Name | Type | Description | Notes |
---|---|---|---|
En | string | The English name of the country. | |
ZhHans | string | The simplified Chinese name of the country. | |
Code2 | string | The 2-letter country code (ISO 3166-1 alpha-2). |
func NewListSupportedCountries200ResponseInner(en string, zhHans string, code2 string, ) *ListSupportedCountries200ResponseInner
NewListSupportedCountries200ResponseInner instantiates a new ListSupportedCountries200ResponseInner 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 NewListSupportedCountries200ResponseInnerWithDefaults() *ListSupportedCountries200ResponseInner
NewListSupportedCountries200ResponseInnerWithDefaults instantiates a new ListSupportedCountries200ResponseInner 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 *ListSupportedCountries200ResponseInner) GetEn() string
GetEn returns the En field if non-nil, zero value otherwise.
func (o *ListSupportedCountries200ResponseInner) GetEnOk() (*string, bool)
GetEnOk returns a tuple with the En field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSupportedCountries200ResponseInner) SetEn(v string)
SetEn sets En field to given value.
func (o *ListSupportedCountries200ResponseInner) GetZhHans() string
GetZhHans returns the ZhHans field if non-nil, zero value otherwise.
func (o *ListSupportedCountries200ResponseInner) GetZhHansOk() (*string, bool)
GetZhHansOk returns a tuple with the ZhHans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSupportedCountries200ResponseInner) SetZhHans(v string)
SetZhHans sets ZhHans field to given value.
func (o *ListSupportedCountries200ResponseInner) GetCode2() string
GetCode2 returns the Code2 field if non-nil, zero value otherwise.
func (o *ListSupportedCountries200ResponseInner) GetCode2Ok() (*string, bool)
GetCode2Ok returns a tuple with the Code2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSupportedCountries200ResponseInner) SetCode2(v string)
SetCode2 sets Code2 field to given value.