Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Identifies each region where you can use the Object Storage key. | [optional] |
S3Endpoint | Pointer to string | The S3-compatible hostname you can use to access the Object Storage buckets in this region. | [optional] |
func NewGetObjectStorageKeys200ResponseDataInnerRegionsInner() *GetObjectStorageKeys200ResponseDataInnerRegionsInner
NewGetObjectStorageKeys200ResponseDataInnerRegionsInner instantiates a new GetObjectStorageKeys200ResponseDataInnerRegionsInner 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 NewGetObjectStorageKeys200ResponseDataInnerRegionsInnerWithDefaults() *GetObjectStorageKeys200ResponseDataInnerRegionsInner
NewGetObjectStorageKeys200ResponseDataInnerRegionsInnerWithDefaults instantiates a new GetObjectStorageKeys200ResponseDataInnerRegionsInner 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 *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetS3Endpoint() string
GetS3Endpoint returns the S3Endpoint field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetS3EndpointOk() (*string, bool)
GetS3EndpointOk returns a tuple with the S3Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) SetS3Endpoint(v string)
SetS3Endpoint sets S3Endpoint field to given value.
func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) HasS3Endpoint() bool
HasS3Endpoint returns a boolean if a field has been set.