Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.04 KB

File metadata and controls

108 lines (59 loc) · 3.04 KB

WatchProviderRegion

Properties

Name Type Description Notes
Iso31661 Pointer to string [optional]
EnglishName Pointer to string [optional]
NativeName Pointer to string [optional]

Methods

NewWatchProviderRegion

func NewWatchProviderRegion() *WatchProviderRegion

NewWatchProviderRegion instantiates a new WatchProviderRegion 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

NewWatchProviderRegionWithDefaults

func NewWatchProviderRegionWithDefaults() *WatchProviderRegion

NewWatchProviderRegionWithDefaults instantiates a new WatchProviderRegion 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

GetIso31661

func (o *WatchProviderRegion) GetIso31661() string

GetIso31661 returns the Iso31661 field if non-nil, zero value otherwise.

GetIso31661Ok

func (o *WatchProviderRegion) GetIso31661Ok() (*string, bool)

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

SetIso31661

func (o *WatchProviderRegion) SetIso31661(v string)

SetIso31661 sets Iso31661 field to given value.

HasIso31661

func (o *WatchProviderRegion) HasIso31661() bool

HasIso31661 returns a boolean if a field has been set.

GetEnglishName

func (o *WatchProviderRegion) GetEnglishName() string

GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.

GetEnglishNameOk

func (o *WatchProviderRegion) GetEnglishNameOk() (*string, bool)

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

SetEnglishName

func (o *WatchProviderRegion) SetEnglishName(v string)

SetEnglishName sets EnglishName field to given value.

HasEnglishName

func (o *WatchProviderRegion) HasEnglishName() bool

HasEnglishName returns a boolean if a field has been set.

GetNativeName

func (o *WatchProviderRegion) GetNativeName() string

GetNativeName returns the NativeName field if non-nil, zero value otherwise.

GetNativeNameOk

func (o *WatchProviderRegion) GetNativeNameOk() (*string, bool)

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

SetNativeName

func (o *WatchProviderRegion) SetNativeName(v string)

SetNativeName sets NativeName field to given value.

HasNativeName

func (o *WatchProviderRegion) HasNativeName() bool

HasNativeName returns a boolean if a field has been set.

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