Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.01 KB

GetObjectStorageKeys200ResponseDataInnerRegionsInner.md

File metadata and controls

82 lines (45 loc) · 3.01 KB

GetObjectStorageKeys200ResponseDataInnerRegionsInner

Properties

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]

Methods

NewGetObjectStorageKeys200ResponseDataInnerRegionsInner

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

NewGetObjectStorageKeys200ResponseDataInnerRegionsInnerWithDefaults

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

GetId

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetS3Endpoint

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) GetS3Endpoint() string

GetS3Endpoint returns the S3Endpoint field if non-nil, zero value otherwise.

GetS3EndpointOk

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.

SetS3Endpoint

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) SetS3Endpoint(v string)

SetS3Endpoint sets S3Endpoint field to given value.

HasS3Endpoint

func (o *GetObjectStorageKeys200ResponseDataInnerRegionsInner) HasS3Endpoint() bool

HasS3Endpoint returns a boolean if a field has been set.

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