Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.2 KB

File metadata and controls

186 lines (101 loc) · 6.2 KB

OrganizationLevelBillingHistoryResponseMetrics

Properties

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]

Methods

NewOrganizationLevelBillingHistoryResponseMetrics

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

NewOrganizationLevelBillingHistoryResponseMetricsWithDefaults

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

GetContractCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetContractCost() float32

GetContractCost returns the ContractCost field if non-nil, zero value otherwise.

GetContractCostOk

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.

SetContractCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetContractCost(v float32)

SetContractCost sets ContractCost field to given value.

HasContractCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasContractCost() bool

HasContractCost returns a boolean if a field has been set.

GetIncurredBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetIncurredBill() float32

GetIncurredBill returns the IncurredBill field if non-nil, zero value otherwise.

GetIncurredBillOk

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.

SetIncurredBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetIncurredBill(v float32)

SetIncurredBill sets IncurredBill field to given value.

HasIncurredBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasIncurredBill() bool

HasIncurredBill returns a boolean if a field has been set.

GetNonDiscountedBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetNonDiscountedBill() float32

GetNonDiscountedBill returns the NonDiscountedBill field if non-nil, zero value otherwise.

GetNonDiscountedBillOk

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.

SetNonDiscountedBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetNonDiscountedBill(v float32)

SetNonDiscountedBill sets NonDiscountedBill field to given value.

HasNonDiscountedBill

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasNonDiscountedBill() bool

HasNonDiscountedBill returns a boolean if a field has been set.

GetSnapshotCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetSnapshotCost() float32

GetSnapshotCost returns the SnapshotCost field if non-nil, zero value otherwise.

GetSnapshotCostOk

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.

SetSnapshotCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetSnapshotCost(v float32)

SetSnapshotCost sets SnapshotCost field to given value.

HasSnapshotCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasSnapshotCost() bool

HasSnapshotCost returns a boolean if a field has been set.

GetVmCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVmCost() float32

GetVmCost returns the VmCost field if non-nil, zero value otherwise.

GetVmCostOk

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.

SetVmCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetVmCost(v float32)

SetVmCost sets VmCost field to given value.

HasVmCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasVmCost() bool

HasVmCost returns a boolean if a field has been set.

GetVolumeCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) GetVolumeCost() float32

GetVolumeCost returns the VolumeCost field if non-nil, zero value otherwise.

GetVolumeCostOk

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.

SetVolumeCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) SetVolumeCost(v float32)

SetVolumeCost sets VolumeCost field to given value.

HasVolumeCost

func (o *OrganizationLevelBillingHistoryResponseMetrics) HasVolumeCost() bool

HasVolumeCost returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]