| Name | Type | Description | Notes |
|---|---|---|---|
| Read | Pointer to bool | [optional] | |
| Write | Pointer to bool | [optional] | |
| Owner | Pointer to bool | [optional] |
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
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
func (o *CreateBucketRequestLocalAliasAllow) GetRead() bool
GetRead returns the Read field if non-nil, zero value otherwise.
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.
func (o *CreateBucketRequestLocalAliasAllow) SetRead(v bool)
SetRead sets Read field to given value.
func (o *CreateBucketRequestLocalAliasAllow) HasRead() bool
HasRead returns a boolean if a field has been set.
func (o *CreateBucketRequestLocalAliasAllow) GetWrite() bool
GetWrite returns the Write field if non-nil, zero value otherwise.
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.
func (o *CreateBucketRequestLocalAliasAllow) SetWrite(v bool)
SetWrite sets Write field to given value.
func (o *CreateBucketRequestLocalAliasAllow) HasWrite() bool
HasWrite returns a boolean if a field has been set.
func (o *CreateBucketRequestLocalAliasAllow) GetOwner() bool
GetOwner returns the Owner field if non-nil, zero value otherwise.
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.
func (o *CreateBucketRequestLocalAliasAllow) SetOwner(v bool)
SetOwner sets Owner field to given value.
func (o *CreateBucketRequestLocalAliasAllow) HasOwner() bool
HasOwner returns a boolean if a field has been set.