Name | Type | Description | Notes |
---|---|---|---|
SshKey | Pointer to string | The unique SSH public key assigned to your Linode account's Managed service. | [optional] [readonly] |
func NewGetManagedSshKey200Response() *GetManagedSshKey200Response
NewGetManagedSshKey200Response instantiates a new GetManagedSshKey200Response 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 NewGetManagedSshKey200ResponseWithDefaults() *GetManagedSshKey200Response
NewGetManagedSshKey200ResponseWithDefaults instantiates a new GetManagedSshKey200Response 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 *GetManagedSshKey200Response) GetSshKey() string
GetSshKey returns the SshKey field if non-nil, zero value otherwise.
func (o *GetManagedSshKey200Response) GetSshKeyOk() (*string, bool)
GetSshKeyOk returns a tuple with the SshKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedSshKey200Response) SetSshKey(v string)
SetSshKey sets SshKey field to given value.
func (o *GetManagedSshKey200Response) HasSshKey() bool
HasSshKey returns a boolean if a field has been set.