56 lines
1.7 KiB
Markdown
56 lines
1.7 KiB
Markdown
# UpdateKeyRequestAllow
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreateBucket** | Pointer to **bool** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewUpdateKeyRequestAllow
|
|
|
|
`func NewUpdateKeyRequestAllow() *UpdateKeyRequestAllow`
|
|
|
|
NewUpdateKeyRequestAllow instantiates a new UpdateKeyRequestAllow 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
|
|
|
|
### NewUpdateKeyRequestAllowWithDefaults
|
|
|
|
`func NewUpdateKeyRequestAllowWithDefaults() *UpdateKeyRequestAllow`
|
|
|
|
NewUpdateKeyRequestAllowWithDefaults instantiates a new UpdateKeyRequestAllow 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
|
|
|
|
### GetCreateBucket
|
|
|
|
`func (o *UpdateKeyRequestAllow) GetCreateBucket() bool`
|
|
|
|
GetCreateBucket returns the CreateBucket field if non-nil, zero value otherwise.
|
|
|
|
### GetCreateBucketOk
|
|
|
|
`func (o *UpdateKeyRequestAllow) GetCreateBucketOk() (*bool, bool)`
|
|
|
|
GetCreateBucketOk returns a tuple with the CreateBucket field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCreateBucket
|
|
|
|
`func (o *UpdateKeyRequestAllow) SetCreateBucket(v bool)`
|
|
|
|
SetCreateBucket sets CreateBucket field to given value.
|
|
|
|
### HasCreateBucket
|
|
|
|
`func (o *UpdateKeyRequestAllow) HasCreateBucket() bool`
|
|
|
|
HasCreateBucket returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|