| Name | Type | Description | Notes |
|---|---|---|---|
| CreateBucket | Pointer to bool | [optional] |
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
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
func (o *UpdateKeyRequestDeny) GetCreateBucket() bool
GetCreateBucket returns the CreateBucket field if non-nil, zero value otherwise.
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.
func (o *UpdateKeyRequestDeny) SetCreateBucket(v bool)
SetCreateBucket sets CreateBucket field to given value.
func (o *UpdateKeyRequestDeny) HasCreateBucket() bool
HasCreateBucket returns a boolean if a field has been set.