| Name | Type | Description | Notes |
|---|---|---|---|
| IncurredBill | Pointer to float32 | [optional] | |
| IncurredBillGraph | Pointer to []GraphDatetimeValueModel | [optional] |
func NewResourceLevelGraphBillingDetailsMetrics() *ResourceLevelGraphBillingDetailsMetrics
NewResourceLevelGraphBillingDetailsMetrics instantiates a new ResourceLevelGraphBillingDetailsMetrics 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 NewResourceLevelGraphBillingDetailsMetricsWithDefaults() *ResourceLevelGraphBillingDetailsMetrics
NewResourceLevelGraphBillingDetailsMetricsWithDefaults instantiates a new ResourceLevelGraphBillingDetailsMetrics 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 *ResourceLevelGraphBillingDetailsMetrics) GetIncurredBill() float32
GetIncurredBill returns the IncurredBill field if non-nil, zero value otherwise.
func (o *ResourceLevelGraphBillingDetailsMetrics) 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 *ResourceLevelGraphBillingDetailsMetrics) SetIncurredBill(v float32)
SetIncurredBill sets IncurredBill field to given value.
func (o *ResourceLevelGraphBillingDetailsMetrics) HasIncurredBill() bool
HasIncurredBill returns a boolean if a field has been set.
func (o *ResourceLevelGraphBillingDetailsMetrics) GetIncurredBillGraph() []GraphDatetimeValueModel
GetIncurredBillGraph returns the IncurredBillGraph field if non-nil, zero value otherwise.
func (o *ResourceLevelGraphBillingDetailsMetrics) GetIncurredBillGraphOk() (*[]GraphDatetimeValueModel, bool)
GetIncurredBillGraphOk returns a tuple with the IncurredBillGraph field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceLevelGraphBillingDetailsMetrics) SetIncurredBillGraph(v []GraphDatetimeValueModel)
SetIncurredBillGraph sets IncurredBillGraph field to given value.
func (o *ResourceLevelGraphBillingDetailsMetrics) HasIncurredBillGraph() bool
HasIncurredBillGraph returns a boolean if a field has been set.