func NewAttachedVolumes() *AttachedVolumes
func NewAttachedVolumesWithDefaults() *AttachedVolumes
func (o *AttachedVolumes) GetId() string
func (o *AttachedVolumes) GetIdOk() (*string, bool)
func (o *AttachedVolumes) SetId(v string)
func (o *AttachedVolumes) HasId() bool
func (o *AttachedVolumes) GetType() Type
func (o *AttachedVolumes) GetTypeOk() (*Type, bool)
func (o *AttachedVolumes) SetType(v Type)
func (o *AttachedVolumes) HasType() bool
func (o *AttachedVolumes) GetHref() string
func (o *AttachedVolumes) GetHrefOk() (*string, bool)
func (o *AttachedVolumes) SetHref(v string)
func (o *AttachedVolumes) HasHref() bool
func (o *AttachedVolumes) GetItems() []Volume
func (o *AttachedVolumes) GetItemsOk() (*[]Volume, bool)
func (o *AttachedVolumes) SetItems(v []Volume)
func (o *AttachedVolumes) HasItems() bool
func (o *AttachedVolumes) GetOffset() float32
func (o *AttachedVolumes) GetOffsetOk() (*float32, bool)
func (o *AttachedVolumes) SetOffset(v float32)
func (o *AttachedVolumes) HasOffset() bool
func (o *AttachedVolumes) GetLimit() float32
func (o *AttachedVolumes) GetLimitOk() (*float32, bool)
func (o *AttachedVolumes) SetLimit(v float32)
func (o *AttachedVolumes) HasLimit() bool
func (o *AttachedVolumes) GetLinks() PaginationLinks
func (o *AttachedVolumes) GetLinksOk() (*PaginationLinks, bool)
func (o *AttachedVolumes) SetLinks(v PaginationLinks)
func (o *AttachedVolumes) HasLinks() bool