Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.12 KB

File metadata and controls

108 lines (59 loc) · 4.12 KB

ResourceLevelVolumeGraphBillingDetailsResponseModel

Properties

Name Type Description Notes
BillingHistorySnapshotDetails Pointer to ResourceLevelGraphBillingDetailVolume [optional]
Message Pointer to string [optional]
Status Pointer to bool [optional]

Methods

NewResourceLevelVolumeGraphBillingDetailsResponseModel

func NewResourceLevelVolumeGraphBillingDetailsResponseModel() *ResourceLevelVolumeGraphBillingDetailsResponseModel

NewResourceLevelVolumeGraphBillingDetailsResponseModel instantiates a new ResourceLevelVolumeGraphBillingDetailsResponseModel 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

NewResourceLevelVolumeGraphBillingDetailsResponseModelWithDefaults

func NewResourceLevelVolumeGraphBillingDetailsResponseModelWithDefaults() *ResourceLevelVolumeGraphBillingDetailsResponseModel

NewResourceLevelVolumeGraphBillingDetailsResponseModelWithDefaults instantiates a new ResourceLevelVolumeGraphBillingDetailsResponseModel 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

GetBillingHistorySnapshotDetails

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetBillingHistorySnapshotDetails() ResourceLevelGraphBillingDetailVolume

GetBillingHistorySnapshotDetails returns the BillingHistorySnapshotDetails field if non-nil, zero value otherwise.

GetBillingHistorySnapshotDetailsOk

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetBillingHistorySnapshotDetailsOk() (*ResourceLevelGraphBillingDetailVolume, bool)

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

SetBillingHistorySnapshotDetails

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) SetBillingHistorySnapshotDetails(v ResourceLevelGraphBillingDetailVolume)

SetBillingHistorySnapshotDetails sets BillingHistorySnapshotDetails field to given value.

HasBillingHistorySnapshotDetails

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) HasBillingHistorySnapshotDetails() bool

HasBillingHistorySnapshotDetails returns a boolean if a field has been set.

GetMessage

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetMessageOk() (*string, bool)

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

SetMessage

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetStatus

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) GetStatusOk() (*bool, bool)

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

SetStatus

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *ResourceLevelVolumeGraphBillingDetailsResponseModel) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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