| Name | Type | Description | Notes |
|---|---|---|---|
| Iso6391 | Pointer to string | [optional] | |
| EnglishName | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] |
func NewListLanguages2XXResponseInner() *ListLanguages2XXResponseInner
NewListLanguages2XXResponseInner instantiates a new ListLanguages2XXResponseInner 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 NewListLanguages2XXResponseInnerWithDefaults() *ListLanguages2XXResponseInner
NewListLanguages2XXResponseInnerWithDefaults instantiates a new ListLanguages2XXResponseInner 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 *ListLanguages2XXResponseInner) GetIso6391() string
GetIso6391 returns the Iso6391 field if non-nil, zero value otherwise.
func (o *ListLanguages2XXResponseInner) 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 *ListLanguages2XXResponseInner) SetIso6391(v string)
SetIso6391 sets Iso6391 field to given value.
func (o *ListLanguages2XXResponseInner) HasIso6391() bool
HasIso6391 returns a boolean if a field has been set.
func (o *ListLanguages2XXResponseInner) GetEnglishName() string
GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.
func (o *ListLanguages2XXResponseInner) 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 *ListLanguages2XXResponseInner) SetEnglishName(v string)
SetEnglishName sets EnglishName field to given value.
func (o *ListLanguages2XXResponseInner) HasEnglishName() bool
HasEnglishName returns a boolean if a field has been set.
func (o *ListLanguages2XXResponseInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListLanguages2XXResponseInner) 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 *ListLanguages2XXResponseInner) SetName(v string)
SetName sets Name field to given value.
func (o *ListLanguages2XXResponseInner) HasName() bool
HasName returns a boolean if a field has been set.