Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.7 KB

GetRSAPublicOutput.md

File metadata and controls

108 lines (59 loc) · 2.7 KB

GetRSAPublicOutput

Properties

Name Type Description Notes
Pem Pointer to string [optional]
Raw Pointer to string [optional]
Ssh Pointer to string [optional]

Methods

NewGetRSAPublicOutput

func NewGetRSAPublicOutput() *GetRSAPublicOutput

NewGetRSAPublicOutput instantiates a new GetRSAPublicOutput 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

NewGetRSAPublicOutputWithDefaults

func NewGetRSAPublicOutputWithDefaults() *GetRSAPublicOutput

NewGetRSAPublicOutputWithDefaults instantiates a new GetRSAPublicOutput 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

GetPem

func (o *GetRSAPublicOutput) GetPem() string

GetPem returns the Pem field if non-nil, zero value otherwise.

GetPemOk

func (o *GetRSAPublicOutput) GetPemOk() (*string, bool)

GetPemOk returns a tuple with the Pem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPem

func (o *GetRSAPublicOutput) SetPem(v string)

SetPem sets Pem field to given value.

HasPem

func (o *GetRSAPublicOutput) HasPem() bool

HasPem returns a boolean if a field has been set.

GetRaw

func (o *GetRSAPublicOutput) GetRaw() string

GetRaw returns the Raw field if non-nil, zero value otherwise.

GetRawOk

func (o *GetRSAPublicOutput) GetRawOk() (*string, bool)

GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRaw

func (o *GetRSAPublicOutput) SetRaw(v string)

SetRaw sets Raw field to given value.

HasRaw

func (o *GetRSAPublicOutput) HasRaw() bool

HasRaw returns a boolean if a field has been set.

GetSsh

func (o *GetRSAPublicOutput) GetSsh() string

GetSsh returns the Ssh field if non-nil, zero value otherwise.

GetSshOk

func (o *GetRSAPublicOutput) GetSshOk() (*string, 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.

SetSsh

func (o *GetRSAPublicOutput) SetSsh(v string)

SetSsh sets Ssh field to given value.

HasSsh

func (o *GetRSAPublicOutput) HasSsh() bool

HasSsh returns a boolean if a field has been set.

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