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