Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
CountryCode | string | ||
Country | string | ||
City | string |
func NewClusterRegion(name string, countryCode string, country string, city string, ) *ClusterRegion
NewClusterRegion instantiates a new ClusterRegion 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 NewClusterRegionWithDefaults() *ClusterRegion
NewClusterRegionWithDefaults instantiates a new ClusterRegion 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 *ClusterRegion) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterRegion) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterRegion) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *ClusterRegion) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterRegion) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *ClusterRegion) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *ClusterRegion) 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.
func (o *ClusterRegion) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *ClusterRegion) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *ClusterRegion) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterRegion) SetCity(v string)
SetCity sets City field to given value.