Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Country | Pointer to Country | [optional] | |
Languages | Pointer to []Language | [optional] |
func NewCountryDetails() *CountryDetails
NewCountryDetails instantiates a new CountryDetails 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 NewCountryDetailsWithDefaults() *CountryDetails
NewCountryDetailsWithDefaults instantiates a new CountryDetails 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 *CountryDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *CountryDetails) 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 *CountryDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *CountryDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *CountryDetails) GetCountry() Country
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *CountryDetails) GetCountryOk() (*Country, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CountryDetails) SetCountry(v Country)
SetCountry sets Country field to given value.
func (o *CountryDetails) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *CountryDetails) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *CountryDetails) GetLanguagesOk() (*[]Language, bool)
GetLanguagesOk returns a tuple with the Languages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CountryDetails) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *CountryDetails) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.