Name | Type | Description | Notes |
---|---|---|---|
KeyType | string | ||
PrivateKeyFormat | string | ||
KeyLength | int32 | ||
string | |||
Password | string | ||
Comment | Pointer to string | [optional] |
func NewModelsSSHKeysKeyGenerationRequest(keyType string, privateKeyFormat string, keyLength int32, email string, password string, ) *ModelsSSHKeysKeyGenerationRequest
NewModelsSSHKeysKeyGenerationRequest instantiates a new ModelsSSHKeysKeyGenerationRequest 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 NewModelsSSHKeysKeyGenerationRequestWithDefaults() *ModelsSSHKeysKeyGenerationRequest
NewModelsSSHKeysKeyGenerationRequestWithDefaults instantiates a new ModelsSSHKeysKeyGenerationRequest 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 *ModelsSSHKeysKeyGenerationRequest) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormat() string
GetPrivateKeyFormat returns the PrivateKeyFormat field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormatOk() (*string, bool)
GetPrivateKeyFormatOk returns a tuple with the PrivateKeyFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetPrivateKeyFormat(v string)
SetPrivateKeyFormat sets PrivateKeyFormat field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyLength() int32
GetKeyLength returns the KeyLength field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetKeyLengthOk() (*int32, bool)
GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetKeyLength(v int32)
SetKeyLength sets KeyLength field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysKeyGenerationRequest) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysKeyGenerationRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ModelsSSHKeysKeyGenerationRequest) HasComment() bool
HasComment returns a boolean if a field has been set.