Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.03 KB

DetailedCountryField.md

File metadata and controls

72 lines (39 loc) · 2.03 KB

DetailedCountryField

Properties

Name Type Description Notes
Code CountryCodeEnum
Name string

Methods

NewDetailedCountryField

func NewDetailedCountryField(code CountryCodeEnum, name string, ) *DetailedCountryField

NewDetailedCountryField instantiates a new DetailedCountryField 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

NewDetailedCountryFieldWithDefaults

func NewDetailedCountryFieldWithDefaults() *DetailedCountryField

NewDetailedCountryFieldWithDefaults instantiates a new DetailedCountryField 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

GetCode

func (o *DetailedCountryField) GetCode() CountryCodeEnum

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *DetailedCountryField) GetCodeOk() (*CountryCodeEnum, bool)

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

SetCode

func (o *DetailedCountryField) SetCode(v CountryCodeEnum)

SetCode sets Code field to given value.

GetName

func (o *DetailedCountryField) GetName() string

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

GetNameOk

func (o *DetailedCountryField) 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 *DetailedCountryField) SetName(v string)

SetName sets Name field to given value.

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