Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 5.36 KB

CountryInfo.md

File metadata and controls

174 lines (97 loc) · 5.36 KB

CountryInfo

Properties

Name Type Description Notes
Name Pointer to NullableString Gets or sets the name. [optional]
DisplayName Pointer to NullableString Gets or sets the display name. [optional]
TwoLetterISORegionName Pointer to NullableString Gets or sets the name of the two letter ISO region. [optional]
ThreeLetterISORegionName Pointer to NullableString Gets or sets the name of the three letter ISO region. [optional]

Methods

NewCountryInfo

func NewCountryInfo() *CountryInfo

NewCountryInfo instantiates a new CountryInfo 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

NewCountryInfoWithDefaults

func NewCountryInfoWithDefaults() *CountryInfo

NewCountryInfoWithDefaults instantiates a new CountryInfo 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

GetName

func (o *CountryInfo) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CountryInfo) GetNameOk() (*string, bool)

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

SetName

func (o *CountryInfo) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CountryInfo) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *CountryInfo) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CountryInfo) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetDisplayName

func (o *CountryInfo) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *CountryInfo) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *CountryInfo) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CountryInfo) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *CountryInfo) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *CountryInfo) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetTwoLetterISORegionName

func (o *CountryInfo) GetTwoLetterISORegionName() string

GetTwoLetterISORegionName returns the TwoLetterISORegionName field if non-nil, zero value otherwise.

GetTwoLetterISORegionNameOk

func (o *CountryInfo) GetTwoLetterISORegionNameOk() (*string, bool)

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

SetTwoLetterISORegionName

func (o *CountryInfo) SetTwoLetterISORegionName(v string)

SetTwoLetterISORegionName sets TwoLetterISORegionName field to given value.

HasTwoLetterISORegionName

func (o *CountryInfo) HasTwoLetterISORegionName() bool

HasTwoLetterISORegionName returns a boolean if a field has been set.

SetTwoLetterISORegionNameNil

func (o *CountryInfo) SetTwoLetterISORegionNameNil(b bool)

SetTwoLetterISORegionNameNil sets the value for TwoLetterISORegionName to be an explicit nil

UnsetTwoLetterISORegionName

func (o *CountryInfo) UnsetTwoLetterISORegionName()

UnsetTwoLetterISORegionName ensures that no value is present for TwoLetterISORegionName, not even an explicit nil

GetThreeLetterISORegionName

func (o *CountryInfo) GetThreeLetterISORegionName() string

GetThreeLetterISORegionName returns the ThreeLetterISORegionName field if non-nil, zero value otherwise.

GetThreeLetterISORegionNameOk

func (o *CountryInfo) GetThreeLetterISORegionNameOk() (*string, bool)

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

SetThreeLetterISORegionName

func (o *CountryInfo) SetThreeLetterISORegionName(v string)

SetThreeLetterISORegionName sets ThreeLetterISORegionName field to given value.

HasThreeLetterISORegionName

func (o *CountryInfo) HasThreeLetterISORegionName() bool

HasThreeLetterISORegionName returns a boolean if a field has been set.

SetThreeLetterISORegionNameNil

func (o *CountryInfo) SetThreeLetterISORegionNameNil(b bool)

SetThreeLetterISORegionNameNil sets the value for ThreeLetterISORegionName to be an explicit nil

UnsetThreeLetterISORegionName

func (o *CountryInfo) UnsetThreeLetterISORegionName()

UnsetThreeLetterISORegionName ensures that no value is present for ThreeLetterISORegionName, not even an explicit nil

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