Name | Type | Description | Notes |
---|---|---|---|
Pem | Pointer to string | [optional] | |
Raw | Pointer to string | [optional] | |
Ssh | Pointer to string | [optional] |
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
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
func (o *GetRSAPublicOutput) GetPem() string
GetPem returns the Pem field if non-nil, zero value otherwise.
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.
func (o *GetRSAPublicOutput) SetPem(v string)
SetPem sets Pem field to given value.
func (o *GetRSAPublicOutput) HasPem() bool
HasPem returns a boolean if a field has been set.
func (o *GetRSAPublicOutput) GetRaw() string
GetRaw returns the Raw field if non-nil, zero value otherwise.
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.
func (o *GetRSAPublicOutput) SetRaw(v string)
SetRaw sets Raw field to given value.
func (o *GetRSAPublicOutput) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (o *GetRSAPublicOutput) GetSsh() string
GetSsh returns the Ssh field if non-nil, zero value otherwise.
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.
func (o *GetRSAPublicOutput) SetSsh(v string)
SetSsh sets Ssh field to given value.
func (o *GetRSAPublicOutput) HasSsh() bool
HasSsh returns a boolean if a field has been set.