Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.49 KB

RegionLocations.md

File metadata and controls

93 lines (50 loc) · 2.49 KB

RegionLocations

Properties

Name Type Description Notes
HOST_BASE string
LOCATION string
REGION string

Methods

NewRegionLocations

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

NewRegionLocationsWithDefaults

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

GetHOST_BASE

func (o *RegionLocations) GetHOST_BASE() string

GetHOST_BASE returns the HOST_BASE field if non-nil, zero value otherwise.

GetHOST_BASEOk

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.

SetHOST_BASE

func (o *RegionLocations) SetHOST_BASE(v string)

SetHOST_BASE sets HOST_BASE field to given value.

GetLOCATION

func (o *RegionLocations) GetLOCATION() string

GetLOCATION returns the LOCATION field if non-nil, zero value otherwise.

GetLOCATIONOk

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.

SetLOCATION

func (o *RegionLocations) SetLOCATION(v string)

SetLOCATION sets LOCATION field to given value.

GetREGION

func (o *RegionLocations) GetREGION() string

GetREGION returns the REGION field if non-nil, zero value otherwise.

GetREGIONOk

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.

SetREGION

func (o *RegionLocations) SetREGION(v string)

SetREGION sets REGION field to given value.

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