Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.24 KB

File metadata and controls

160 lines (87 loc) · 5.24 KB

ResourceLevelBillingDetailsVolumeAttributes

Properties

Name Type Description Notes
Id Pointer to string [optional]
InfrahubId Pointer to int32 [optional]
ResourceName Pointer to string [optional]
SubresourceAmount Pointer to int32 [optional]
SubresourceType Pointer to string [optional]

Methods

NewResourceLevelBillingDetailsVolumeAttributes

func NewResourceLevelBillingDetailsVolumeAttributes() *ResourceLevelBillingDetailsVolumeAttributes

NewResourceLevelBillingDetailsVolumeAttributes instantiates a new ResourceLevelBillingDetailsVolumeAttributes 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

NewResourceLevelBillingDetailsVolumeAttributesWithDefaults

func NewResourceLevelBillingDetailsVolumeAttributesWithDefaults() *ResourceLevelBillingDetailsVolumeAttributes

NewResourceLevelBillingDetailsVolumeAttributesWithDefaults instantiates a new ResourceLevelBillingDetailsVolumeAttributes 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

GetId

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetIdOk() (*string, bool)

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

SetId

func (o *ResourceLevelBillingDetailsVolumeAttributes) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ResourceLevelBillingDetailsVolumeAttributes) HasId() bool

HasId returns a boolean if a field has been set.

GetInfrahubId

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetInfrahubId() int32

GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.

GetInfrahubIdOk

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetInfrahubIdOk() (*int32, bool)

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

SetInfrahubId

func (o *ResourceLevelBillingDetailsVolumeAttributes) SetInfrahubId(v int32)

SetInfrahubId sets InfrahubId field to given value.

HasInfrahubId

func (o *ResourceLevelBillingDetailsVolumeAttributes) HasInfrahubId() bool

HasInfrahubId returns a boolean if a field has been set.

GetResourceName

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetResourceName() string

GetResourceName returns the ResourceName field if non-nil, zero value otherwise.

GetResourceNameOk

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetResourceNameOk() (*string, bool)

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

SetResourceName

func (o *ResourceLevelBillingDetailsVolumeAttributes) SetResourceName(v string)

SetResourceName sets ResourceName field to given value.

HasResourceName

func (o *ResourceLevelBillingDetailsVolumeAttributes) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

GetSubresourceAmount

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetSubresourceAmount() int32

GetSubresourceAmount returns the SubresourceAmount field if non-nil, zero value otherwise.

GetSubresourceAmountOk

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetSubresourceAmountOk() (*int32, bool)

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

SetSubresourceAmount

func (o *ResourceLevelBillingDetailsVolumeAttributes) SetSubresourceAmount(v int32)

SetSubresourceAmount sets SubresourceAmount field to given value.

HasSubresourceAmount

func (o *ResourceLevelBillingDetailsVolumeAttributes) HasSubresourceAmount() bool

HasSubresourceAmount returns a boolean if a field has been set.

GetSubresourceType

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetSubresourceType() string

GetSubresourceType returns the SubresourceType field if non-nil, zero value otherwise.

GetSubresourceTypeOk

func (o *ResourceLevelBillingDetailsVolumeAttributes) GetSubresourceTypeOk() (*string, bool)

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

SetSubresourceType

func (o *ResourceLevelBillingDetailsVolumeAttributes) SetSubresourceType(v string)

SetSubresourceType sets SubresourceType field to given value.

HasSubresourceType

func (o *ResourceLevelBillingDetailsVolumeAttributes) HasSubresourceType() bool

HasSubresourceType returns a boolean if a field has been set.

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