3.1 KiB
CreateBucketRequestLocalAliasAllow
Properties
Name | Type | Description | Notes |
---|---|---|---|
Read | Pointer to bool | [optional] | |
Write | Pointer to bool | [optional] | |
Owner | Pointer to bool | [optional] |
Methods
NewCreateBucketRequestLocalAliasAllow
func NewCreateBucketRequestLocalAliasAllow() *CreateBucketRequestLocalAliasAllow
NewCreateBucketRequestLocalAliasAllow instantiates a new CreateBucketRequestLocalAliasAllow 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
NewCreateBucketRequestLocalAliasAllowWithDefaults
func NewCreateBucketRequestLocalAliasAllowWithDefaults() *CreateBucketRequestLocalAliasAllow
NewCreateBucketRequestLocalAliasAllowWithDefaults instantiates a new CreateBucketRequestLocalAliasAllow 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
GetRead
func (o *CreateBucketRequestLocalAliasAllow) GetRead() bool
GetRead returns the Read field if non-nil, zero value otherwise.
GetReadOk
func (o *CreateBucketRequestLocalAliasAllow) GetReadOk() (*bool, bool)
GetReadOk returns a tuple with the Read field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRead
func (o *CreateBucketRequestLocalAliasAllow) SetRead(v bool)
SetRead sets Read field to given value.
HasRead
func (o *CreateBucketRequestLocalAliasAllow) HasRead() bool
HasRead returns a boolean if a field has been set.
GetWrite
func (o *CreateBucketRequestLocalAliasAllow) GetWrite() bool
GetWrite returns the Write field if non-nil, zero value otherwise.
GetWriteOk
func (o *CreateBucketRequestLocalAliasAllow) GetWriteOk() (*bool, bool)
GetWriteOk returns a tuple with the Write field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWrite
func (o *CreateBucketRequestLocalAliasAllow) SetWrite(v bool)
SetWrite sets Write field to given value.
HasWrite
func (o *CreateBucketRequestLocalAliasAllow) HasWrite() bool
HasWrite returns a boolean if a field has been set.
GetOwner
func (o *CreateBucketRequestLocalAliasAllow) GetOwner() bool
GetOwner returns the Owner field if non-nil, zero value otherwise.
GetOwnerOk
func (o *CreateBucketRequestLocalAliasAllow) GetOwnerOk() (*bool, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOwner
func (o *CreateBucketRequestLocalAliasAllow) SetOwner(v bool)
SetOwner sets Owner field to given value.
HasOwner
func (o *CreateBucketRequestLocalAliasAllow) HasOwner() bool
HasOwner returns a boolean if a field has been set.