Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.7 KB

RegionListItem.md

File metadata and controls

186 lines (101 loc) · 4.7 KB

RegionListItem

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
Coordinates Pointer to []string [optional]
Status Pointer to string [optional]
Instances Pointer to []string [optional]
Datacenters Pointer to []string [optional]

Methods

NewRegionListItem

func NewRegionListItem() *RegionListItem

NewRegionListItem instantiates a new RegionListItem 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

NewRegionListItemWithDefaults

func NewRegionListItemWithDefaults() *RegionListItem

NewRegionListItemWithDefaults instantiates a new RegionListItem 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

GetId

func (o *RegionListItem) GetId() string

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

GetIdOk

func (o *RegionListItem) 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.

SetId

func (o *RegionListItem) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *RegionListItem) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *RegionListItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *RegionListItem) GetNameOk() (*string, bool)

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

SetName

func (o *RegionListItem) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RegionListItem) HasName() bool

HasName returns a boolean if a field has been set.

GetCoordinates

func (o *RegionListItem) GetCoordinates() []string

GetCoordinates returns the Coordinates field if non-nil, zero value otherwise.

GetCoordinatesOk

func (o *RegionListItem) GetCoordinatesOk() (*[]string, bool)

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

SetCoordinates

func (o *RegionListItem) SetCoordinates(v []string)

SetCoordinates sets Coordinates field to given value.

HasCoordinates

func (o *RegionListItem) HasCoordinates() bool

HasCoordinates returns a boolean if a field has been set.

GetStatus

func (o *RegionListItem) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *RegionListItem) GetStatusOk() (*string, bool)

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

SetStatus

func (o *RegionListItem) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *RegionListItem) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetInstances

func (o *RegionListItem) GetInstances() []string

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *RegionListItem) GetInstancesOk() (*[]string, bool)

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

SetInstances

func (o *RegionListItem) SetInstances(v []string)

SetInstances sets Instances field to given value.

HasInstances

func (o *RegionListItem) HasInstances() bool

HasInstances returns a boolean if a field has been set.

GetDatacenters

func (o *RegionListItem) GetDatacenters() []string

GetDatacenters returns the Datacenters field if non-nil, zero value otherwise.

GetDatacentersOk

func (o *RegionListItem) GetDatacentersOk() (*[]string, bool)

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

SetDatacenters

func (o *RegionListItem) SetDatacenters(v []string)

SetDatacenters sets Datacenters field to given value.

HasDatacenters

func (o *RegionListItem) HasDatacenters() bool

HasDatacenters returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]