| Name | Type | Description | Notes |
|---|---|---|---|
| EnglishName | Pointer to NullableString | [optional] | |
| Iso6391 | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] |
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
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
func (o *SpokenLanguage) GetEnglishName() string
GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.
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.
func (o *SpokenLanguage) SetEnglishName(v string)
SetEnglishName sets EnglishName field to given value.
func (o *SpokenLanguage) HasEnglishName() bool
HasEnglishName returns a boolean if a field has been set.
func (o *SpokenLanguage) SetEnglishNameNil(b bool)
SetEnglishNameNil sets the value for EnglishName to be an explicit nil
func (o *SpokenLanguage) UnsetEnglishName()
UnsetEnglishName ensures that no value is present for EnglishName, not even an explicit nil
func (o *SpokenLanguage) GetIso6391() string
GetIso6391 returns the Iso6391 field if non-nil, zero value otherwise.
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.
func (o *SpokenLanguage) SetIso6391(v string)
SetIso6391 sets Iso6391 field to given value.
func (o *SpokenLanguage) HasIso6391() bool
HasIso6391 returns a boolean if a field has been set.
func (o *SpokenLanguage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *SpokenLanguage) SetName(v string)
SetName sets Name field to given value.
func (o *SpokenLanguage) HasName() bool
HasName returns a boolean if a field has been set.