Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.5 KB

ListRegions2XXResponseInner.md

File metadata and controls

82 lines (45 loc) · 2.5 KB

ListRegions2XXResponseInner

Properties

Name Type Description Notes
Iso31661 Pointer to string [optional]
EnglishName Pointer to string [optional]

Methods

NewListRegions2XXResponseInner

func NewListRegions2XXResponseInner() *ListRegions2XXResponseInner

NewListRegions2XXResponseInner instantiates a new ListRegions2XXResponseInner 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

NewListRegions2XXResponseInnerWithDefaults

func NewListRegions2XXResponseInnerWithDefaults() *ListRegions2XXResponseInner

NewListRegions2XXResponseInnerWithDefaults instantiates a new ListRegions2XXResponseInner 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

GetIso31661

func (o *ListRegions2XXResponseInner) GetIso31661() string

GetIso31661 returns the Iso31661 field if non-nil, zero value otherwise.

GetIso31661Ok

func (o *ListRegions2XXResponseInner) GetIso31661Ok() (*string, bool)

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

SetIso31661

func (o *ListRegions2XXResponseInner) SetIso31661(v string)

SetIso31661 sets Iso31661 field to given value.

HasIso31661

func (o *ListRegions2XXResponseInner) HasIso31661() bool

HasIso31661 returns a boolean if a field has been set.

GetEnglishName

func (o *ListRegions2XXResponseInner) GetEnglishName() string

GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.

GetEnglishNameOk

func (o *ListRegions2XXResponseInner) GetEnglishNameOk() (*string, bool)

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

SetEnglishName

func (o *ListRegions2XXResponseInner) SetEnglishName(v string)

SetEnglishName sets EnglishName field to given value.

HasEnglishName

func (o *ListRegions2XXResponseInner) HasEnglishName() bool

HasEnglishName returns a boolean if a field has been set.

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