108 lines
3.3 KiB
Markdown
108 lines
3.3 KiB
Markdown
# CreateBucketRequestLocalAlias
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**AccessKeyId** | Pointer to **string** | | [optional]
|
|
**Alias** | Pointer to **string** | | [optional]
|
|
**Allow** | Pointer to [**CreateBucketRequestLocalAliasAllow**](CreateBucketRequestLocalAliasAllow.md) | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewCreateBucketRequestLocalAlias
|
|
|
|
`func NewCreateBucketRequestLocalAlias() *CreateBucketRequestLocalAlias`
|
|
|
|
NewCreateBucketRequestLocalAlias instantiates a new CreateBucketRequestLocalAlias 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
|
|
|
|
### NewCreateBucketRequestLocalAliasWithDefaults
|
|
|
|
`func NewCreateBucketRequestLocalAliasWithDefaults() *CreateBucketRequestLocalAlias`
|
|
|
|
NewCreateBucketRequestLocalAliasWithDefaults instantiates a new CreateBucketRequestLocalAlias 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
|
|
|
|
### GetAccessKeyId
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAccessKeyId() string`
|
|
|
|
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
|
|
|
|
### GetAccessKeyIdOk
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAccessKeyIdOk() (*string, bool)`
|
|
|
|
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAccessKeyId
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) SetAccessKeyId(v string)`
|
|
|
|
SetAccessKeyId sets AccessKeyId field to given value.
|
|
|
|
### HasAccessKeyId
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) HasAccessKeyId() bool`
|
|
|
|
HasAccessKeyId returns a boolean if a field has been set.
|
|
|
|
### GetAlias
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAlias() string`
|
|
|
|
GetAlias returns the Alias field if non-nil, zero value otherwise.
|
|
|
|
### GetAliasOk
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAliasOk() (*string, bool)`
|
|
|
|
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAlias
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) SetAlias(v string)`
|
|
|
|
SetAlias sets Alias field to given value.
|
|
|
|
### HasAlias
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) HasAlias() bool`
|
|
|
|
HasAlias returns a boolean if a field has been set.
|
|
|
|
### GetAllow
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAllow() CreateBucketRequestLocalAliasAllow`
|
|
|
|
GetAllow returns the Allow field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowOk
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) GetAllowOk() (*CreateBucketRequestLocalAliasAllow, bool)`
|
|
|
|
GetAllowOk returns a tuple with the Allow field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllow
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) SetAllow(v CreateBucketRequestLocalAliasAllow)`
|
|
|
|
SetAllow sets Allow field to given value.
|
|
|
|
### HasAllow
|
|
|
|
`func (o *CreateBucketRequestLocalAlias) HasAllow() bool`
|
|
|
|
HasAllow 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)
|
|
|
|
|