Name | Type | Description | Notes |
---|---|---|---|
func NewAttachedVolumes() *AttachedVolumes
NewAttachedVolumes instantiates a new AttachedVolumes 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 NewAttachedVolumesWithDefaults() *AttachedVolumes
NewAttachedVolumesWithDefaults instantiates a new AttachedVolumes 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 *AttachedVolumes) GetLinks() PaginationLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetLinks(v PaginationLinks)
SetLinks sets Links field to given value.
func (o *AttachedVolumes) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *AttachedVolumes) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetHref(v string)
SetHref sets Href field to given value.
func (o *AttachedVolumes) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *AttachedVolumes) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AttachedVolumes) 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.
func (o *AttachedVolumes) SetId(v string)
SetId sets Id field to given value.
func (o *AttachedVolumes) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AttachedVolumes) GetItems() []Volume
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetItemsOk() (*[]Volume, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetItems(v []Volume)
SetItems sets Items field to given value.
func (o *AttachedVolumes) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *AttachedVolumes) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetLimit(v float32)
SetLimit sets Limit field to given value.
func (o *AttachedVolumes) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *AttachedVolumes) GetOffset() float32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetOffset(v float32)
SetOffset sets Offset field to given value.
func (o *AttachedVolumes) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *AttachedVolumes) GetType() Type
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AttachedVolumes) GetTypeOk() (*Type, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachedVolumes) SetType(v Type)
SetType sets Type field to given value.
func (o *AttachedVolumes) HasType() bool
HasType returns a boolean if a field has been set.
Links
Pointer to PaginationLinks
[optional]
Href
Pointer to string
The URL to the object representation (absolute path).
[optional] [readonly]
Id
Pointer to string
The resource's unique identifier.
[optional] [readonly]
Items
Pointer to []Volume
Array of items in the collection.
[optional]
Limit
Pointer to float32
The limit (if specified in the request).
[optional]
Offset
Pointer to float32
The offset (if specified in the request).
[optional]
Type
Pointer to Type
The type of object that has been created.
[optional]