| Name | Type | Description | Notes |
|---|---|---|---|
| ContractCost | Pointer to float32 | [optional] | |
| IncurredBill | Pointer to float32 | [optional] | |
| NonDiscountedBill | Pointer to float32 | [optional] | |
| SnapshotCost | Pointer to float32 | [optional] | |
| VmCost | Pointer to float32 | [optional] | |
| VolumeCost | Pointer to float32 | [optional] |
func NewOrganizationLevelBillingHistoryResponseMetrics() *OrganizationLevelBillingHistoryResponseMetrics
NewOrganizationLevelBillingHistoryResponseMetrics instantiates a new OrganizationLevelBillingHistoryResponseMetrics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationLevelBillingHistoryResponseMetricsWithDefaults() *OrganizationLevelBillingHistoryResponseMetrics
NewOrganizationLevelBillingHistoryResponseMetricsWithDefaults instantiates a new OrganizationLevelBillingHistoryResponseMetrics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetContractCost() float32
GetContractCost returns the ContractCost field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetContractCostOk() (*float32, bool)
GetContractCostOk returns a tuple with the ContractCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetContractCost(v float32)
SetContractCost sets ContractCost field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasContractCost() bool
HasContractCost returns a boolean if a field has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetIncurredBill() float32
GetIncurredBill returns the IncurredBill field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetIncurredBillOk() (*float32, bool)
GetIncurredBillOk returns a tuple with the IncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetIncurredBill(v float32)
SetIncurredBill sets IncurredBill field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasIncurredBill() bool
HasIncurredBill returns a boolean if a field has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetNonDiscountedBill() float32
GetNonDiscountedBill returns the NonDiscountedBill field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetNonDiscountedBillOk() (*float32, bool)
GetNonDiscountedBillOk returns a tuple with the NonDiscountedBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetNonDiscountedBill(v float32)
SetNonDiscountedBill sets NonDiscountedBill field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasNonDiscountedBill() bool
HasNonDiscountedBill returns a boolean if a field has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetSnapshotCost() float32
GetSnapshotCost returns the SnapshotCost field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetSnapshotCostOk() (*float32, bool)
GetSnapshotCostOk returns a tuple with the SnapshotCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetSnapshotCost(v float32)
SetSnapshotCost sets SnapshotCost field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasSnapshotCost() bool
HasSnapshotCost returns a boolean if a field has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVmCost() float32
GetVmCost returns the VmCost field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVmCostOk() (*float32, bool)
GetVmCostOk returns a tuple with the VmCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetVmCost(v float32)
SetVmCost sets VmCost field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasVmCost() bool
HasVmCost returns a boolean if a field has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVolumeCost() float32
GetVolumeCost returns the VolumeCost field if non-nil, zero value otherwise.
func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVolumeCostOk() (*float32, bool)
GetVolumeCostOk returns a tuple with the VolumeCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationLevelBillingHistoryResponseMetrics) SetVolumeCost(v float32)
SetVolumeCost sets VolumeCost field to given value.
func (o *OrganizationLevelBillingHistoryResponseMetrics) HasVolumeCost() bool
HasVolumeCost returns a boolean if a field has been set.