Name | Type | Description | Notes |
---|---|---|---|
Countries | Pointer to []Country | [optional] |
func NewPagedCountries() *PagedCountries
NewPagedCountries instantiates a new PagedCountries 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 NewPagedCountriesWithDefaults() *PagedCountries
NewPagedCountriesWithDefaults instantiates a new PagedCountries 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 *PagedCountries) GetCountries() []Country
GetCountries returns the Countries field if non-nil, zero value otherwise.
func (o *PagedCountries) 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 *PagedCountries) SetCountries(v []Country)
SetCountries sets Countries field to given value.
func (o *PagedCountries) HasCountries() bool
HasCountries returns a boolean if a field has been set.