Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.24 KB

ListPersistentDisksForAccount200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 2.24 KB

ListPersistentDisksForAccount200ResponseEmbedded

Properties

Name Type Description Notes
PersistentDisks Pointer to []PersistentDisk [optional]

Methods

NewListPersistentDisksForAccount200ResponseEmbedded

func NewListPersistentDisksForAccount200ResponseEmbedded() *ListPersistentDisksForAccount200ResponseEmbedded

NewListPersistentDisksForAccount200ResponseEmbedded instantiates a new ListPersistentDisksForAccount200ResponseEmbedded 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

NewListPersistentDisksForAccount200ResponseEmbeddedWithDefaults

func NewListPersistentDisksForAccount200ResponseEmbeddedWithDefaults() *ListPersistentDisksForAccount200ResponseEmbedded

NewListPersistentDisksForAccount200ResponseEmbeddedWithDefaults instantiates a new ListPersistentDisksForAccount200ResponseEmbedded 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

GetPersistentDisks

func (o *ListPersistentDisksForAccount200ResponseEmbedded) GetPersistentDisks() []PersistentDisk

GetPersistentDisks returns the PersistentDisks field if non-nil, zero value otherwise.

GetPersistentDisksOk

func (o *ListPersistentDisksForAccount200ResponseEmbedded) GetPersistentDisksOk() (*[]PersistentDisk, bool)

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

SetPersistentDisks

func (o *ListPersistentDisksForAccount200ResponseEmbedded) SetPersistentDisks(v []PersistentDisk)

SetPersistentDisks sets PersistentDisks field to given value.

HasPersistentDisks

func (o *ListPersistentDisksForAccount200ResponseEmbedded) HasPersistentDisks() bool

HasPersistentDisks returns a boolean if a field has been set.

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