Name | Type | Description | Notes |
---|---|---|---|
Label | Pointer to string | The label for the Object Storage key. Used for display purposes. Omit this to leave the `label` unchanged. | [optional] |
Regions | Pointer to []string | Replace the current list of `regions` set in a specific key. Include an existing region to maintain it or leave it out to remove it. If you include new `regions` in the key, they can't be used to manage content in buckets in that specific region. You can grant these keys this access using bucket policies. Omit this to leave the existing list unchanged. > 🚧 > > You can't remove a `region` from a limited key's original `bucket_access` list. If you include the `regions` array in this operation, you need to include all existing `region` entries from the `bucket_access` array. Otherwise, the operation fails with an error. Run Get an Object Storage key to review current `region` entries in a limited key. | [optional] |
func NewPutObjectStorageKeyRequest() *PutObjectStorageKeyRequest
NewPutObjectStorageKeyRequest instantiates a new PutObjectStorageKeyRequest 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 NewPutObjectStorageKeyRequestWithDefaults() *PutObjectStorageKeyRequest
NewPutObjectStorageKeyRequestWithDefaults instantiates a new PutObjectStorageKeyRequest 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 *PutObjectStorageKeyRequest) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *PutObjectStorageKeyRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutObjectStorageKeyRequest) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *PutObjectStorageKeyRequest) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *PutObjectStorageKeyRequest) GetRegions() []string
GetRegions returns the Regions field if non-nil, zero value otherwise.
func (o *PutObjectStorageKeyRequest) GetRegionsOk() (*[]string, bool)
GetRegionsOk returns a tuple with the Regions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutObjectStorageKeyRequest) SetRegions(v []string)
SetRegions sets Regions field to given value.
func (o *PutObjectStorageKeyRequest) HasRegions() bool
HasRegions returns a boolean if a field has been set.