| Name | Type | Description | Notes |
|---|---|---|---|
| ClustersCost | Pointer to float32 | [optional] | |
| InstancesCost | Pointer to float32 | [optional] | |
| TotalCost | Pointer to float32 | [optional] | |
| VolumesCost | Pointer to float32 | [optional] |
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
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
func (o *LastDayCostFields) GetClustersCost() float32
GetClustersCost returns the ClustersCost field if non-nil, zero value otherwise.
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.
func (o *LastDayCostFields) SetClustersCost(v float32)
SetClustersCost sets ClustersCost field to given value.
func (o *LastDayCostFields) HasClustersCost() bool
HasClustersCost returns a boolean if a field has been set.
func (o *LastDayCostFields) GetInstancesCost() float32
GetInstancesCost returns the InstancesCost field if non-nil, zero value otherwise.
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.
func (o *LastDayCostFields) SetInstancesCost(v float32)
SetInstancesCost sets InstancesCost field to given value.
func (o *LastDayCostFields) HasInstancesCost() bool
HasInstancesCost returns a boolean if a field has been set.
func (o *LastDayCostFields) GetTotalCost() float32
GetTotalCost returns the TotalCost field if non-nil, zero value otherwise.
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.
func (o *LastDayCostFields) SetTotalCost(v float32)
SetTotalCost sets TotalCost field to given value.
func (o *LastDayCostFields) HasTotalCost() bool
HasTotalCost returns a boolean if a field has been set.
func (o *LastDayCostFields) GetVolumesCost() float32
GetVolumesCost returns the VolumesCost field if non-nil, zero value otherwise.
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.
func (o *LastDayCostFields) SetVolumesCost(v float32)
SetVolumesCost sets VolumesCost field to given value.
func (o *LastDayCostFields) HasVolumesCost() bool
HasVolumesCost returns a boolean if a field has been set.