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