Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.99 KB

File metadata and controls

82 lines (45 loc) · 2.99 KB

ResourceLevelGraphBillingDetailsMetrics

Properties

Name Type Description Notes
IncurredBill Pointer to float32 [optional]
IncurredBillGraph Pointer to []GraphDatetimeValueModel [optional]

Methods

NewResourceLevelGraphBillingDetailsMetrics

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

NewResourceLevelGraphBillingDetailsMetricsWithDefaults

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

GetIncurredBill

func (o *ResourceLevelGraphBillingDetailsMetrics) GetIncurredBill() float32

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

GetIncurredBillOk

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.

SetIncurredBill

func (o *ResourceLevelGraphBillingDetailsMetrics) SetIncurredBill(v float32)

SetIncurredBill sets IncurredBill field to given value.

HasIncurredBill

func (o *ResourceLevelGraphBillingDetailsMetrics) HasIncurredBill() bool

HasIncurredBill returns a boolean if a field has been set.

GetIncurredBillGraph

func (o *ResourceLevelGraphBillingDetailsMetrics) GetIncurredBillGraph() []GraphDatetimeValueModel

GetIncurredBillGraph returns the IncurredBillGraph field if non-nil, zero value otherwise.

GetIncurredBillGraphOk

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.

SetIncurredBillGraph

func (o *ResourceLevelGraphBillingDetailsMetrics) SetIncurredBillGraph(v []GraphDatetimeValueModel)

SetIncurredBillGraph sets IncurredBillGraph field to given value.

HasIncurredBillGraph

func (o *ResourceLevelGraphBillingDetailsMetrics) HasIncurredBillGraph() bool

HasIncurredBillGraph returns a boolean if a field has been set.

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