Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

File metadata and controls

108 lines (59 loc) · 2.98 KB

AccessKeyRequestSsh

Properties

Name Type Description Notes
Login Pointer to string [optional]
Passphrase Pointer to string [optional]
PrivateKey Pointer to string [optional]

Methods

NewAccessKeyRequestSsh

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

NewAccessKeyRequestSshWithDefaults

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

GetLogin

func (o *AccessKeyRequestSsh) GetLogin() string

GetLogin returns the Login field if non-nil, zero value otherwise.

GetLoginOk

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.

SetLogin

func (o *AccessKeyRequestSsh) SetLogin(v string)

SetLogin sets Login field to given value.

HasLogin

func (o *AccessKeyRequestSsh) HasLogin() bool

HasLogin returns a boolean if a field has been set.

GetPassphrase

func (o *AccessKeyRequestSsh) GetPassphrase() string

GetPassphrase returns the Passphrase field if non-nil, zero value otherwise.

GetPassphraseOk

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.

SetPassphrase

func (o *AccessKeyRequestSsh) SetPassphrase(v string)

SetPassphrase sets Passphrase field to given value.

HasPassphrase

func (o *AccessKeyRequestSsh) HasPassphrase() bool

HasPassphrase returns a boolean if a field has been set.

GetPrivateKey

func (o *AccessKeyRequestSsh) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.

GetPrivateKeyOk

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.

SetPrivateKey

func (o *AccessKeyRequestSsh) SetPrivateKey(v string)

SetPrivateKey sets PrivateKey field to given value.

HasPrivateKey

func (o *AccessKeyRequestSsh) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]