Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Language | Pointer to Language | [optional] | |
Countries | Pointer to []Country | [optional] |
func NewLanguageDetails() *LanguageDetails
NewLanguageDetails instantiates a new LanguageDetails 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 NewLanguageDetailsWithDefaults() *LanguageDetails
NewLanguageDetailsWithDefaults instantiates a new LanguageDetails 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 *LanguageDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *LanguageDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *LanguageDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *LanguageDetails) GetLanguage() Language
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *LanguageDetails) GetLanguageOk() (*Language, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageDetails) SetLanguage(v Language)
SetLanguage sets Language field to given value.
func (o *LanguageDetails) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *LanguageDetails) GetCountries() []Country
GetCountries returns the Countries field if non-nil, zero value otherwise.
func (o *LanguageDetails) GetCountriesOk() (*[]Country, bool)
GetCountriesOk returns a tuple with the Countries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageDetails) SetCountries(v []Country)
SetCountries sets Countries field to given value.
func (o *LanguageDetails) HasCountries() bool
HasCountries returns a boolean if a field has been set.