Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.92 KB

ListSupportedCountries200ResponseInner.md

File metadata and controls

93 lines (50 loc) · 2.92 KB

ListSupportedCountries200ResponseInner

Properties

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).

Methods

NewListSupportedCountries200ResponseInner

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

NewListSupportedCountries200ResponseInnerWithDefaults

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

GetEn

func (o *ListSupportedCountries200ResponseInner) GetEn() string

GetEn returns the En field if non-nil, zero value otherwise.

GetEnOk

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.

SetEn

func (o *ListSupportedCountries200ResponseInner) SetEn(v string)

SetEn sets En field to given value.

GetZhHans

func (o *ListSupportedCountries200ResponseInner) GetZhHans() string

GetZhHans returns the ZhHans field if non-nil, zero value otherwise.

GetZhHansOk

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.

SetZhHans

func (o *ListSupportedCountries200ResponseInner) SetZhHans(v string)

SetZhHans sets ZhHans field to given value.

GetCode2

func (o *ListSupportedCountries200ResponseInner) GetCode2() string

GetCode2 returns the Code2 field if non-nil, zero value otherwise.

GetCode2Ok

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.

SetCode2

func (o *ListSupportedCountries200ResponseInner) SetCode2(v string)

SetCode2 sets Code2 field to given value.

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