Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 3.13 KB

File metadata and controls

118 lines (65 loc) · 3.13 KB

SpokenLanguage

Properties

Name Type Description Notes
EnglishName Pointer to NullableString [optional]
Iso6391 Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewSpokenLanguage

func NewSpokenLanguage() *SpokenLanguage

NewSpokenLanguage instantiates a new SpokenLanguage 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

NewSpokenLanguageWithDefaults

func NewSpokenLanguageWithDefaults() *SpokenLanguage

NewSpokenLanguageWithDefaults instantiates a new SpokenLanguage 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

GetEnglishName

func (o *SpokenLanguage) GetEnglishName() string

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

GetEnglishNameOk

func (o *SpokenLanguage) 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 *SpokenLanguage) SetEnglishName(v string)

SetEnglishName sets EnglishName field to given value.

HasEnglishName

func (o *SpokenLanguage) HasEnglishName() bool

HasEnglishName returns a boolean if a field has been set.

SetEnglishNameNil

func (o *SpokenLanguage) SetEnglishNameNil(b bool)

SetEnglishNameNil sets the value for EnglishName to be an explicit nil

UnsetEnglishName

func (o *SpokenLanguage) UnsetEnglishName()

UnsetEnglishName ensures that no value is present for EnglishName, not even an explicit nil

GetIso6391

func (o *SpokenLanguage) GetIso6391() string

GetIso6391 returns the Iso6391 field if non-nil, zero value otherwise.

GetIso6391Ok

func (o *SpokenLanguage) GetIso6391Ok() (*string, bool)

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

SetIso6391

func (o *SpokenLanguage) SetIso6391(v string)

SetIso6391 sets Iso6391 field to given value.

HasIso6391

func (o *SpokenLanguage) HasIso6391() bool

HasIso6391 returns a boolean if a field has been set.

GetName

func (o *SpokenLanguage) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *SpokenLanguage) HasName() bool

HasName returns a boolean if a field has been set.

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