| Name | Type | Description | Notes |
|---|---|---|---|
| Login | Pointer to string | [optional] | |
| Passphrase | Pointer to string | [optional] | |
| PrivateKey | Pointer to string | [optional] |
func NewAccessKeyRequestSsh() *AccessKeyRequestSsh
NewAccessKeyRequestSsh instantiates a new AccessKeyRequestSsh 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 NewAccessKeyRequestSshWithDefaults() *AccessKeyRequestSsh
NewAccessKeyRequestSshWithDefaults instantiates a new AccessKeyRequestSsh 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 *AccessKeyRequestSsh) GetLogin() string
GetLogin returns the Login field if non-nil, zero value otherwise.
func (o *AccessKeyRequestSsh) GetLoginOk() (*string, bool)
GetLoginOk returns a tuple with the Login field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequestSsh) SetLogin(v string)
SetLogin sets Login field to given value.
func (o *AccessKeyRequestSsh) HasLogin() bool
HasLogin returns a boolean if a field has been set.
func (o *AccessKeyRequestSsh) GetPassphrase() string
GetPassphrase returns the Passphrase field if non-nil, zero value otherwise.
func (o *AccessKeyRequestSsh) GetPassphraseOk() (*string, bool)
GetPassphraseOk returns a tuple with the Passphrase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequestSsh) SetPassphrase(v string)
SetPassphrase sets Passphrase field to given value.
func (o *AccessKeyRequestSsh) HasPassphrase() bool
HasPassphrase returns a boolean if a field has been set.
func (o *AccessKeyRequestSsh) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *AccessKeyRequestSsh) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyRequestSsh) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *AccessKeyRequestSsh) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.