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