| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| ProjectId | Pointer to int32 | [optional] | |
| OverrideSecret | Pointer to bool | [optional] | |
| LoginPassword | Pointer to AccessKeyRequestLoginPassword | [optional] | |
| Ssh | Pointer to AccessKeyRequestSsh | [optional] |
func NewAccessKeyRequest() *AccessKeyRequest
NewAccessKeyRequest instantiates a new AccessKeyRequest 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 NewAccessKeyRequestWithDefaults() *AccessKeyRequest
NewAccessKeyRequestWithDefaults instantiates a new AccessKeyRequest 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 *AccessKeyRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *AccessKeyRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetName(v string)
SetName sets Name field to given value.
func (o *AccessKeyRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetType(v string)
SetType sets Type field to given value.
func (o *AccessKeyRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetProjectId() int32
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetProjectIdOk() (*int32, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetProjectId(v int32)
SetProjectId sets ProjectId field to given value.
func (o *AccessKeyRequest) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetOverrideSecret() bool
GetOverrideSecret returns the OverrideSecret field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetOverrideSecretOk() (*bool, bool)
GetOverrideSecretOk returns a tuple with the OverrideSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetOverrideSecret(v bool)
SetOverrideSecret sets OverrideSecret field to given value.
func (o *AccessKeyRequest) HasOverrideSecret() bool
HasOverrideSecret returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetLoginPassword() AccessKeyRequestLoginPassword
GetLoginPassword returns the LoginPassword field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetLoginPasswordOk() (*AccessKeyRequestLoginPassword, bool)
GetLoginPasswordOk returns a tuple with the LoginPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetLoginPassword(v AccessKeyRequestLoginPassword)
SetLoginPassword sets LoginPassword field to given value.
func (o *AccessKeyRequest) HasLoginPassword() bool
HasLoginPassword returns a boolean if a field has been set.
func (o *AccessKeyRequest) GetSsh() AccessKeyRequestSsh
GetSsh returns the Ssh field if non-nil, zero value otherwise.
func (o *AccessKeyRequest) GetSshOk() (*AccessKeyRequestSsh, bool)
GetSshOk returns a tuple with the Ssh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequest) SetSsh(v AccessKeyRequestSsh)
SetSsh sets Ssh field to given value.
func (o *AccessKeyRequest) HasSsh() bool
HasSsh returns a boolean if a field has been set.