Name | Type | Description | Notes |
---|---|---|---|
HOST_BASE | string | ||
LOCATION | string | ||
REGION | string |
func NewRegionLocations(hOSTBASE string, lOCATION string, rEGION string, ) *RegionLocations
NewRegionLocations instantiates a new RegionLocations 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 NewRegionLocationsWithDefaults() *RegionLocations
NewRegionLocationsWithDefaults instantiates a new RegionLocations 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 *RegionLocations) GetHOST_BASE() string
GetHOST_BASE returns the HOST_BASE field if non-nil, zero value otherwise.
func (o *RegionLocations) GetHOST_BASEOk() (*string, bool)
GetHOST_BASEOk returns a tuple with the HOST_BASE field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionLocations) SetHOST_BASE(v string)
SetHOST_BASE sets HOST_BASE field to given value.
func (o *RegionLocations) GetLOCATION() string
GetLOCATION returns the LOCATION field if non-nil, zero value otherwise.
func (o *RegionLocations) GetLOCATIONOk() (*string, bool)
GetLOCATIONOk returns a tuple with the LOCATION field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionLocations) SetLOCATION(v string)
SetLOCATION sets LOCATION field to given value.
func (o *RegionLocations) GetREGION() string
GetREGION returns the REGION field if non-nil, zero value otherwise.
func (o *RegionLocations) GetREGIONOk() (*string, bool)
GetREGIONOk returns a tuple with the REGION field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionLocations) SetREGION(v string)
SetREGION sets REGION field to given value.