Skip to content

BlockedCountryOpenApiVO

Properties

Name Type Description Notes
Countries Pointer to []string Country List. [optional]

Methods

NewBlockedCountryOpenApiVO

func NewBlockedCountryOpenApiVO() *BlockedCountryOpenApiVO

NewBlockedCountryOpenApiVO instantiates a new BlockedCountryOpenApiVO 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

NewBlockedCountryOpenApiVOWithDefaults

func NewBlockedCountryOpenApiVOWithDefaults() *BlockedCountryOpenApiVO

NewBlockedCountryOpenApiVOWithDefaults instantiates a new BlockedCountryOpenApiVO 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 *BlockedCountryOpenApiVO) GetCountries() []string

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

GetCountriesOk

func (o *BlockedCountryOpenApiVO) GetCountriesOk() (*[]string, 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 *BlockedCountryOpenApiVO) SetCountries(v []string)

SetCountries sets Countries field to given value.

HasCountries

func (o *BlockedCountryOpenApiVO) HasCountries() bool

HasCountries returns a boolean if a field has been set.

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