Name | Type | Description | Notes |
---|---|---|---|
PersistentDisks | Pointer to []PersistentDisk | [optional] |
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
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
func (o *ListPersistentDisksForAccount200ResponseEmbedded) GetPersistentDisks() []PersistentDisk
GetPersistentDisks returns the PersistentDisks field if non-nil, zero value otherwise.
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.
func (o *ListPersistentDisksForAccount200ResponseEmbedded) SetPersistentDisks(v []PersistentDisk)
SetPersistentDisks sets PersistentDisks field to given value.
func (o *ListPersistentDisksForAccount200ResponseEmbedded) HasPersistentDisks() bool
HasPersistentDisks returns a boolean if a field has been set.