Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.78 KB

File metadata and controls

134 lines (73 loc) · 3.78 KB

LastDayCostFields

Properties

Name Type Description Notes
ClustersCost Pointer to float32 [optional]
InstancesCost Pointer to float32 [optional]
TotalCost Pointer to float32 [optional]
VolumesCost Pointer to float32 [optional]

Methods

NewLastDayCostFields

func NewLastDayCostFields() *LastDayCostFields

NewLastDayCostFields instantiates a new LastDayCostFields 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

NewLastDayCostFieldsWithDefaults

func NewLastDayCostFieldsWithDefaults() *LastDayCostFields

NewLastDayCostFieldsWithDefaults instantiates a new LastDayCostFields 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

GetClustersCost

func (o *LastDayCostFields) GetClustersCost() float32

GetClustersCost returns the ClustersCost field if non-nil, zero value otherwise.

GetClustersCostOk

func (o *LastDayCostFields) GetClustersCostOk() (*float32, bool)

GetClustersCostOk returns a tuple with the ClustersCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClustersCost

func (o *LastDayCostFields) SetClustersCost(v float32)

SetClustersCost sets ClustersCost field to given value.

HasClustersCost

func (o *LastDayCostFields) HasClustersCost() bool

HasClustersCost returns a boolean if a field has been set.

GetInstancesCost

func (o *LastDayCostFields) GetInstancesCost() float32

GetInstancesCost returns the InstancesCost field if non-nil, zero value otherwise.

GetInstancesCostOk

func (o *LastDayCostFields) GetInstancesCostOk() (*float32, bool)

GetInstancesCostOk returns a tuple with the InstancesCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInstancesCost

func (o *LastDayCostFields) SetInstancesCost(v float32)

SetInstancesCost sets InstancesCost field to given value.

HasInstancesCost

func (o *LastDayCostFields) HasInstancesCost() bool

HasInstancesCost returns a boolean if a field has been set.

GetTotalCost

func (o *LastDayCostFields) GetTotalCost() float32

GetTotalCost returns the TotalCost field if non-nil, zero value otherwise.

GetTotalCostOk

func (o *LastDayCostFields) GetTotalCostOk() (*float32, bool)

GetTotalCostOk returns a tuple with the TotalCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalCost

func (o *LastDayCostFields) SetTotalCost(v float32)

SetTotalCost sets TotalCost field to given value.

HasTotalCost

func (o *LastDayCostFields) HasTotalCost() bool

HasTotalCost returns a boolean if a field has been set.

GetVolumesCost

func (o *LastDayCostFields) GetVolumesCost() float32

GetVolumesCost returns the VolumesCost field if non-nil, zero value otherwise.

GetVolumesCostOk

func (o *LastDayCostFields) GetVolumesCostOk() (*float32, bool)

GetVolumesCostOk returns a tuple with the VolumesCost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVolumesCost

func (o *LastDayCostFields) SetVolumesCost(v float32)

SetVolumesCost sets VolumesCost field to given value.

HasVolumesCost

func (o *LastDayCostFields) HasVolumesCost() bool

HasVolumesCost returns a boolean if a field has been set.

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