Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.63 KB

CountryCodes.md

File metadata and controls

56 lines (31 loc) · 1.63 KB

CountryCodes

Properties

Name Type Description Notes
CountryCodes Pointer to []Country [optional]

Methods

NewCountryCodes

func NewCountryCodes() *CountryCodes

NewCountryCodes instantiates a new CountryCodes 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

NewCountryCodesWithDefaults

func NewCountryCodesWithDefaults() *CountryCodes

NewCountryCodesWithDefaults instantiates a new CountryCodes 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

GetCountryCodes

func (o *CountryCodes) GetCountryCodes() []Country

GetCountryCodes returns the CountryCodes field if non-nil, zero value otherwise.

GetCountryCodesOk

func (o *CountryCodes) GetCountryCodesOk() (*[]Country, bool)

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

SetCountryCodes

func (o *CountryCodes) SetCountryCodes(v []Country)

SetCountryCodes sets CountryCodes field to given value.

HasCountryCodes

func (o *CountryCodes) HasCountryCodes() bool

HasCountryCodes returns a boolean if a field has been set.

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