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