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