Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.2 KB

File metadata and controls

82 lines (45 loc) · 3.2 KB

ResourceLevelGraphBillingVolumeDetailsResources

Properties

Name Type Description Notes
Attributes Pointer to ResourceLevelGraphBillingDetailsAttributes [optional]
Metrics Pointer to ResourceLevelGraphBillingDetailsMetrics [optional]

Methods

NewResourceLevelGraphBillingVolumeDetailsResources

func NewResourceLevelGraphBillingVolumeDetailsResources() *ResourceLevelGraphBillingVolumeDetailsResources

NewResourceLevelGraphBillingVolumeDetailsResources instantiates a new ResourceLevelGraphBillingVolumeDetailsResources 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

NewResourceLevelGraphBillingVolumeDetailsResourcesWithDefaults

func NewResourceLevelGraphBillingVolumeDetailsResourcesWithDefaults() *ResourceLevelGraphBillingVolumeDetailsResources

NewResourceLevelGraphBillingVolumeDetailsResourcesWithDefaults instantiates a new ResourceLevelGraphBillingVolumeDetailsResources 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

GetAttributes

func (o *ResourceLevelGraphBillingVolumeDetailsResources) GetAttributes() ResourceLevelGraphBillingDetailsAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *ResourceLevelGraphBillingVolumeDetailsResources) GetAttributesOk() (*ResourceLevelGraphBillingDetailsAttributes, bool)

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

SetAttributes

func (o *ResourceLevelGraphBillingVolumeDetailsResources) SetAttributes(v ResourceLevelGraphBillingDetailsAttributes)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *ResourceLevelGraphBillingVolumeDetailsResources) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetMetrics

func (o *ResourceLevelGraphBillingVolumeDetailsResources) GetMetrics() ResourceLevelGraphBillingDetailsMetrics

GetMetrics returns the Metrics field if non-nil, zero value otherwise.

GetMetricsOk

func (o *ResourceLevelGraphBillingVolumeDetailsResources) GetMetricsOk() (*ResourceLevelGraphBillingDetailsMetrics, bool)

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

SetMetrics

func (o *ResourceLevelGraphBillingVolumeDetailsResources) SetMetrics(v ResourceLevelGraphBillingDetailsMetrics)

SetMetrics sets Metrics field to given value.

HasMetrics

func (o *ResourceLevelGraphBillingVolumeDetailsResources) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

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