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