func NewRequests(offset float32, limit float32, links PaginationLinks, ) *Requests
func NewRequestsWithDefaults() *Requests
func (o *Requests) GetId() string
func (o *Requests) GetIdOk() (*string, bool)
func (o *Requests) SetId(v string)
func (o *Requests) HasId() bool
func (o *Requests) GetType() Type
func (o *Requests) GetTypeOk() (*Type, bool)
func (o *Requests) SetType(v Type)
func (o *Requests) HasType() bool
func (o *Requests) GetHref() string
func (o *Requests) GetHrefOk() (*string, bool)
func (o *Requests) SetHref(v string)
func (o *Requests) HasHref() bool
func (o *Requests) GetItems() []Request
func (o *Requests) GetItemsOk() (*[]Request, bool)
func (o *Requests) SetItems(v []Request)
func (o *Requests) HasItems() bool
func (o *Requests) GetOffset() float32
func (o *Requests) GetOffsetOk() (*float32, bool)
func (o *Requests) SetOffset(v float32)
func (o *Requests) GetLimit() float32
func (o *Requests) GetLimitOk() (*float32, bool)
func (o *Requests) SetLimit(v float32)
func (o *Requests) GetLinks() PaginationLinks
func (o *Requests) GetLinksOk() (*PaginationLinks, bool)
func (o *Requests) SetLinks(v PaginationLinks)