Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.62 KB

PagedCountries.md

File metadata and controls

56 lines (31 loc) · 1.62 KB

PagedCountries

Properties

Name Type Description Notes
Countries Pointer to []Country [optional]

Methods

NewPagedCountries

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

NewPagedCountriesWithDefaults

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

GetCountries

func (o *PagedCountries) GetCountries() []Country

GetCountries returns the Countries field if non-nil, zero value otherwise.

GetCountriesOk

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.

SetCountries

func (o *PagedCountries) SetCountries(v []Country)

SetCountries sets Countries field to given value.

HasCountries

func (o *PagedCountries) HasCountries() bool

HasCountries returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]