| Name | Type | Description | Notes |
|---|---|---|---|
| CpuIncurredBill | Pointer to float32 | [optional] | |
| CpuIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] | |
| DiskIncurredBill | Pointer to float32 | [optional] | |
| DiskIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] | |
| EphemeralIncurredBill | Pointer to float32 | [optional] | |
| EphemeralIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] | |
| GpuIncurredBill | Pointer to float32 | [optional] | |
| GpuIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] | |
| PublicipIncurredBill | Pointer to float32 | [optional] | |
| PublicipIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] | |
| RamIncurredBill | Pointer to float32 | [optional] | |
| RamIncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] |
func NewSubResourceGraphBillingDetailsMetrics() *SubResourceGraphBillingDetailsMetrics
NewSubResourceGraphBillingDetailsMetrics instantiates a new SubResourceGraphBillingDetailsMetrics 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 NewSubResourceGraphBillingDetailsMetricsWithDefaults() *SubResourceGraphBillingDetailsMetrics
NewSubResourceGraphBillingDetailsMetricsWithDefaults instantiates a new SubResourceGraphBillingDetailsMetrics 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 *SubResourceGraphBillingDetailsMetrics) GetCpuIncurredBill() float32
GetCpuIncurredBill returns the CpuIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetCpuIncurredBillOk() (*float32, bool)
GetCpuIncurredBillOk returns a tuple with the CpuIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetCpuIncurredBill(v float32)
SetCpuIncurredBill sets CpuIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasCpuIncurredBill() bool
HasCpuIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetCpuIncurredBillGraph() []GraphDatetimeValueModel
GetCpuIncurredBillGraph returns the CpuIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetCpuIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetCpuIncurredBillGraphOk returns a tuple with the CpuIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetCpuIncurredBillGraph(v []GraphDatetimeValueModel)
SetCpuIncurredBillGraph sets CpuIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasCpuIncurredBillGraph() bool
HasCpuIncurredBillGraph returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetDiskIncurredBill() float32
GetDiskIncurredBill returns the DiskIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetDiskIncurredBillOk() (*float32, bool)
GetDiskIncurredBillOk returns a tuple with the DiskIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetDiskIncurredBill(v float32)
SetDiskIncurredBill sets DiskIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasDiskIncurredBill() bool
HasDiskIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetDiskIncurredBillGraph() []GraphDatetimeValueModel
GetDiskIncurredBillGraph returns the DiskIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetDiskIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetDiskIncurredBillGraphOk returns a tuple with the DiskIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetDiskIncurredBillGraph(v []GraphDatetimeValueModel)
SetDiskIncurredBillGraph sets DiskIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasDiskIncurredBillGraph() bool
HasDiskIncurredBillGraph returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetEphemeralIncurredBill() float32
GetEphemeralIncurredBill returns the EphemeralIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetEphemeralIncurredBillOk() (*float32, bool)
GetEphemeralIncurredBillOk returns a tuple with the EphemeralIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetEphemeralIncurredBill(v float32)
SetEphemeralIncurredBill sets EphemeralIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasEphemeralIncurredBill() bool
HasEphemeralIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetEphemeralIncurredBillGraph() []GraphDatetimeValueModel
GetEphemeralIncurredBillGraph returns the EphemeralIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetEphemeralIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetEphemeralIncurredBillGraphOk returns a tuple with the EphemeralIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetEphemeralIncurredBillGraph(v []GraphDatetimeValueModel)
SetEphemeralIncurredBillGraph sets EphemeralIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasEphemeralIncurredBillGraph() bool
HasEphemeralIncurredBillGraph returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetGpuIncurredBill() float32
GetGpuIncurredBill returns the GpuIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetGpuIncurredBillOk() (*float32, bool)
GetGpuIncurredBillOk returns a tuple with the GpuIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetGpuIncurredBill(v float32)
SetGpuIncurredBill sets GpuIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasGpuIncurredBill() bool
HasGpuIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetGpuIncurredBillGraph() []GraphDatetimeValueModel
GetGpuIncurredBillGraph returns the GpuIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetGpuIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetGpuIncurredBillGraphOk returns a tuple with the GpuIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetGpuIncurredBillGraph(v []GraphDatetimeValueModel)
SetGpuIncurredBillGraph sets GpuIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasGpuIncurredBillGraph() bool
HasGpuIncurredBillGraph returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetPublicipIncurredBill() float32
GetPublicipIncurredBill returns the PublicipIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetPublicipIncurredBillOk() (*float32, bool)
GetPublicipIncurredBillOk returns a tuple with the PublicipIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetPublicipIncurredBill(v float32)
SetPublicipIncurredBill sets PublicipIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasPublicipIncurredBill() bool
HasPublicipIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetPublicipIncurredBillGraph() []GraphDatetimeValueModel
GetPublicipIncurredBillGraph returns the PublicipIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetPublicipIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetPublicipIncurredBillGraphOk returns a tuple with the PublicipIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetPublicipIncurredBillGraph(v []GraphDatetimeValueModel)
SetPublicipIncurredBillGraph sets PublicipIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasPublicipIncurredBillGraph() bool
HasPublicipIncurredBillGraph returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetRamIncurredBill() float32
GetRamIncurredBill returns the RamIncurredBill field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetRamIncurredBillOk() (*float32, bool)
GetRamIncurredBillOk returns a tuple with the RamIncurredBill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetRamIncurredBill(v float32)
SetRamIncurredBill sets RamIncurredBill field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasRamIncurredBill() bool
HasRamIncurredBill returns a boolean if a field has been set.
func (o *SubResourceGraphBillingDetailsMetrics) GetRamIncurredBillGraph() []GraphDatetimeValueModel
GetRamIncurredBillGraph returns the RamIncurredBillGraph field if non-nil, zero value otherwise.
func (o *SubResourceGraphBillingDetailsMetrics) GetRamIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetRamIncurredBillGraphOk returns a tuple with the RamIncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubResourceGraphBillingDetailsMetrics) SetRamIncurredBillGraph(v []GraphDatetimeValueModel)
SetRamIncurredBillGraph sets RamIncurredBillGraph field to given value.
func (o *SubResourceGraphBillingDetailsMetrics) HasRamIncurredBillGraph() bool
HasRamIncurredBillGraph returns a boolean if a field has been set.