Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.7 KB

SimplifiedLocationWithoutIBX.md

File metadata and controls

129 lines (70 loc) · 3.7 KB

SimplifiedLocationWithoutIBX

Properties

Name Type Description Notes
Href Pointer to string The Canonical URL at which the resource resides. [optional]
Region Pointer to string [optional]
MetroName Pointer to string [optional]
MetroCode string

Methods

NewSimplifiedLocationWithoutIBX

func NewSimplifiedLocationWithoutIBX(metroCode string, ) *SimplifiedLocationWithoutIBX

NewSimplifiedLocationWithoutIBX instantiates a new SimplifiedLocationWithoutIBX 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

NewSimplifiedLocationWithoutIBXWithDefaults

func NewSimplifiedLocationWithoutIBXWithDefaults() *SimplifiedLocationWithoutIBX

NewSimplifiedLocationWithoutIBXWithDefaults instantiates a new SimplifiedLocationWithoutIBX 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

GetHref

func (o *SimplifiedLocationWithoutIBX) GetHref() string

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

GetHrefOk

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

SetHref

func (o *SimplifiedLocationWithoutIBX) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *SimplifiedLocationWithoutIBX) HasHref() bool

HasHref returns a boolean if a field has been set.

GetRegion

func (o *SimplifiedLocationWithoutIBX) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *SimplifiedLocationWithoutIBX) GetRegionOk() (*string, bool)

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

SetRegion

func (o *SimplifiedLocationWithoutIBX) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *SimplifiedLocationWithoutIBX) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetMetroName

func (o *SimplifiedLocationWithoutIBX) GetMetroName() string

GetMetroName returns the MetroName field if non-nil, zero value otherwise.

GetMetroNameOk

func (o *SimplifiedLocationWithoutIBX) GetMetroNameOk() (*string, bool)

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

SetMetroName

func (o *SimplifiedLocationWithoutIBX) SetMetroName(v string)

SetMetroName sets MetroName field to given value.

HasMetroName

func (o *SimplifiedLocationWithoutIBX) HasMetroName() bool

HasMetroName returns a boolean if a field has been set.

GetMetroCode

func (o *SimplifiedLocationWithoutIBX) GetMetroCode() string

GetMetroCode returns the MetroCode field if non-nil, zero value otherwise.

GetMetroCodeOk

func (o *SimplifiedLocationWithoutIBX) GetMetroCodeOk() (*string, bool)

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

SetMetroCode

func (o *SimplifiedLocationWithoutIBX) SetMetroCode(v string)

SetMetroCode sets MetroCode field to given value.

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