57 lines
1.7 KiB
Markdown
57 lines
1.7 KiB
Markdown
|
# UpdateKeyRequestDeny
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**CreateBucket** | Pointer to **bool** | | [optional]
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
### NewUpdateKeyRequestDeny
|
||
|
|
||
|
`func NewUpdateKeyRequestDeny() *UpdateKeyRequestDeny`
|
||
|
|
||
|
NewUpdateKeyRequestDeny instantiates a new UpdateKeyRequestDeny 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
|
||
|
|
||
|
### NewUpdateKeyRequestDenyWithDefaults
|
||
|
|
||
|
`func NewUpdateKeyRequestDenyWithDefaults() *UpdateKeyRequestDeny`
|
||
|
|
||
|
NewUpdateKeyRequestDenyWithDefaults instantiates a new UpdateKeyRequestDeny 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 *UpdateKeyRequestDeny) GetCreateBucket() bool`
|
||
|
|
||
|
GetCreateBucket returns the CreateBucket field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetCreateBucketOk
|
||
|
|
||
|
`func (o *UpdateKeyRequestDeny) 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 *UpdateKeyRequestDeny) SetCreateBucket(v bool)`
|
||
|
|
||
|
SetCreateBucket sets CreateBucket field to given value.
|
||
|
|
||
|
### HasCreateBucket
|
||
|
|
||
|
`func (o *UpdateKeyRequestDeny) 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)
|
||
|
|
||
|
|