Name | Type | Description | Notes |
---|---|---|---|
Iso31661 | Pointer to string | [optional] | |
EnglishName | Pointer to string | [optional] |
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
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
func (o *ListRegions2XXResponseInner) GetIso31661() string
GetIso31661 returns the Iso31661 field if non-nil, zero value otherwise.
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.
func (o *ListRegions2XXResponseInner) SetIso31661(v string)
SetIso31661 sets Iso31661 field to given value.
func (o *ListRegions2XXResponseInner) HasIso31661() bool
HasIso31661 returns a boolean if a field has been set.
func (o *ListRegions2XXResponseInner) GetEnglishName() string
GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.
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.
func (o *ListRegions2XXResponseInner) SetEnglishName(v string)
SetEnglishName sets EnglishName field to given value.
func (o *ListRegions2XXResponseInner) HasEnglishName() bool
HasEnglishName returns a boolean if a field has been set.