109 lines
3 KiB
Markdown
109 lines
3 KiB
Markdown
|
# KeyInfoBucketsInnerPermissions
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**Read** | Pointer to **bool** | | [optional]
|
||
|
**Write** | Pointer to **bool** | | [optional]
|
||
|
**Owner** | Pointer to **bool** | | [optional]
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
### NewKeyInfoBucketsInnerPermissions
|
||
|
|
||
|
`func NewKeyInfoBucketsInnerPermissions() *KeyInfoBucketsInnerPermissions`
|
||
|
|
||
|
NewKeyInfoBucketsInnerPermissions instantiates a new KeyInfoBucketsInnerPermissions 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
|
||
|
|
||
|
### NewKeyInfoBucketsInnerPermissionsWithDefaults
|
||
|
|
||
|
`func NewKeyInfoBucketsInnerPermissionsWithDefaults() *KeyInfoBucketsInnerPermissions`
|
||
|
|
||
|
NewKeyInfoBucketsInnerPermissionsWithDefaults instantiates a new KeyInfoBucketsInnerPermissions 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 *KeyInfoBucketsInnerPermissions) GetRead() bool`
|
||
|
|
||
|
GetRead returns the Read field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetReadOk
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) 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 *KeyInfoBucketsInnerPermissions) SetRead(v bool)`
|
||
|
|
||
|
SetRead sets Read field to given value.
|
||
|
|
||
|
### HasRead
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) HasRead() bool`
|
||
|
|
||
|
HasRead returns a boolean if a field has been set.
|
||
|
|
||
|
### GetWrite
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) GetWrite() bool`
|
||
|
|
||
|
GetWrite returns the Write field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetWriteOk
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) 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 *KeyInfoBucketsInnerPermissions) SetWrite(v bool)`
|
||
|
|
||
|
SetWrite sets Write field to given value.
|
||
|
|
||
|
### HasWrite
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) HasWrite() bool`
|
||
|
|
||
|
HasWrite returns a boolean if a field has been set.
|
||
|
|
||
|
### GetOwner
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) GetOwner() bool`
|
||
|
|
||
|
GetOwner returns the Owner field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetOwnerOk
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) 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 *KeyInfoBucketsInnerPermissions) SetOwner(v bool)`
|
||
|
|
||
|
SetOwner sets Owner field to given value.
|
||
|
|
||
|
### HasOwner
|
||
|
|
||
|
`func (o *KeyInfoBucketsInnerPermissions) HasOwner() bool`
|
||
|
|
||
|
HasOwner 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)
|
||
|
|
||
|
|