`func (o *KeyInfo) GetPermissions() KeyInfoPermissions`
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
### GetPermissionsOk
`func (o *KeyInfo) GetPermissionsOk() (*KeyInfoPermissions, bool)`
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPermissions
`func (o *KeyInfo) SetPermissions(v KeyInfoPermissions)`
SetPermissions sets Permissions field to given value.
### HasPermissions
`func (o *KeyInfo) HasPermissions() bool`
HasPermissions returns a boolean if a field has been set.
### GetBuckets
`func (o *KeyInfo) GetBuckets() []KeyInfoBucketsInner`
GetBuckets returns the Buckets field if non-nil, zero value otherwise.
### GetBucketsOk
`func (o *KeyInfo) GetBucketsOk() (*[]KeyInfoBucketsInner, bool)`
GetBucketsOk returns a tuple with the Buckets field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetBuckets
`func (o *KeyInfo) SetBuckets(v []KeyInfoBucketsInner)`
SetBuckets sets Buckets field to given value.
### HasBuckets
`func (o *KeyInfo) HasBuckets() bool`
HasBuckets 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)