Skip to content

OpsBlockedCountryOpenApiVO

Properties

Name Type Description Notes
Country Pointer to string Country. [optional]
Sites Pointer to []string Site list. [optional]

Methods

NewOpsBlockedCountryOpenApiVO

func NewOpsBlockedCountryOpenApiVO() *OpsBlockedCountryOpenApiVO

NewOpsBlockedCountryOpenApiVO instantiates a new OpsBlockedCountryOpenApiVO 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

NewOpsBlockedCountryOpenApiVOWithDefaults

func NewOpsBlockedCountryOpenApiVOWithDefaults() *OpsBlockedCountryOpenApiVO

NewOpsBlockedCountryOpenApiVOWithDefaults instantiates a new OpsBlockedCountryOpenApiVO 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

GetCountry

func (o *OpsBlockedCountryOpenApiVO) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *OpsBlockedCountryOpenApiVO) GetCountryOk() (*string, 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.

SetCountry

func (o *OpsBlockedCountryOpenApiVO) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *OpsBlockedCountryOpenApiVO) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetSites

func (o *OpsBlockedCountryOpenApiVO) GetSites() []string

GetSites returns the Sites field if non-nil, zero value otherwise.

GetSitesOk

func (o *OpsBlockedCountryOpenApiVO) GetSitesOk() (*[]string, bool)

GetSitesOk returns a tuple with the Sites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSites

func (o *OpsBlockedCountryOpenApiVO) SetSites(v []string)

SetSites sets Sites field to given value.

HasSites

func (o *OpsBlockedCountryOpenApiVO) HasSites() bool

HasSites returns a boolean if a field has been set.

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