arrow-left

All pages
1 of 1

Loading...

Datacenters

hashtag
Properties

Name
Type
Description
Notes

Id

Pointer to string

hashtag
Methods

hashtag
NewDatacenters

func NewDatacenters() *Datacenters

NewDatacenters instantiates a new Datacenters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

hashtag
NewDatacentersWithDefaults

func NewDatacentersWithDefaults() *Datacenters

NewDatacentersWithDefaults instantiates a new Datacenters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

hashtag
GetId

func (o *Datacenters) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

hashtag
GetIdOk

func (o *Datacenters) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetId

func (o *Datacenters) SetId(v string)

SetId sets Id field to given value.

hashtag
HasId

func (o *Datacenters) HasId() bool

HasId returns a boolean if a field has been set.

hashtag
GetType

func (o *Datacenters) GetType() Type

GetType returns the Type field if non-nil, zero value otherwise.

hashtag
GetTypeOk

func (o *Datacenters) GetTypeOk() (*Type, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetType

func (o *Datacenters) SetType(v Type)

SetType sets Type field to given value.

hashtag
HasType

func (o *Datacenters) HasType() bool

HasType returns a boolean if a field has been set.

hashtag
GetHref

func (o *Datacenters) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

hashtag
GetHrefOk

func (o *Datacenters) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetHref

func (o *Datacenters) SetHref(v string)

SetHref sets Href field to given value.

hashtag
HasHref

func (o *Datacenters) HasHref() bool

HasHref returns a boolean if a field has been set.

hashtag
GetItems

func (o *Datacenters) GetItems() []Datacenter

GetItems returns the Items field if non-nil, zero value otherwise.

hashtag
GetItemsOk

func (o *Datacenters) GetItemsOk() (*[]Datacenter, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetItems

func (o *Datacenters) SetItems(v []Datacenter)

SetItems sets Items field to given value.

hashtag
HasItems

func (o *Datacenters) HasItems() bool

HasItems returns a boolean if a field has been set.

hashtag
GetOffset

func (o *Datacenters) GetOffset() float32

GetOffset returns the Offset field if non-nil, zero value otherwise.

hashtag
GetOffsetOk

func (o *Datacenters) GetOffsetOk() (*float32, bool)

GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetOffset

func (o *Datacenters) SetOffset(v float32)

SetOffset sets Offset field to given value.

hashtag
HasOffset

func (o *Datacenters) HasOffset() bool

HasOffset returns a boolean if a field has been set.

hashtag
GetLimit

func (o *Datacenters) GetLimit() float32

GetLimit returns the Limit field if non-nil, zero value otherwise.

hashtag
GetLimitOk

func (o *Datacenters) GetLimitOk() (*float32, bool)

GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetLimit

func (o *Datacenters) SetLimit(v float32)

SetLimit sets Limit field to given value.

hashtag
HasLimit

func (o *Datacenters) HasLimit() bool

HasLimit returns a boolean if a field has been set.

hashtag
GetLinks

func (o *Datacenters) GetLinks() PaginationLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

hashtag
GetLinksOk

func (o *Datacenters) GetLinksOk() (*PaginationLinks, bool)

GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetLinks

func (o *Datacenters) SetLinks(v PaginationLinks)

SetLinks sets Links field to given value.

hashtag
HasLinks

func (o *Datacenters) HasLinks() bool

HasLinks returns a boolean if a field has been set.

The resource's unique identifier.

[optional] [readonly]

Type

Pointer to

The type of object that has been created.

[optional]

Href

Pointer to string

URL to the object representation (absolute path).

[optional] [readonly]

Items

Pointer to

Array of items in the collection.

[optional] [readonly]

Offset

Pointer to float32

The offset (if specified in the request).

[optional]

Limit

Pointer to float32

The limit (if specified in the request).

[optional]

Links

Pointer to

[optional]

Type
[]Datacenter
PaginationLinks