Name | Type | Description | Notes |
---|---|---|---|
HostKeyFingerprint | Pointer to string | [optional] | |
OauthClient | Pointer to string | [optional] |
func NewGet200ResponseLinksAppSshMeta() *Get200ResponseLinksAppSshMeta
NewGet200ResponseLinksAppSshMeta instantiates a new Get200ResponseLinksAppSshMeta 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 NewGet200ResponseLinksAppSshMetaWithDefaults() *Get200ResponseLinksAppSshMeta
NewGet200ResponseLinksAppSshMetaWithDefaults instantiates a new Get200ResponseLinksAppSshMeta 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 *Get200ResponseLinksAppSshMeta) GetHostKeyFingerprint() string
GetHostKeyFingerprint returns the HostKeyFingerprint field if non-nil, zero value otherwise.
func (o *Get200ResponseLinksAppSshMeta) GetHostKeyFingerprintOk() (*string, bool)
GetHostKeyFingerprintOk returns a tuple with the HostKeyFingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Get200ResponseLinksAppSshMeta) SetHostKeyFingerprint(v string)
SetHostKeyFingerprint sets HostKeyFingerprint field to given value.
func (o *Get200ResponseLinksAppSshMeta) HasHostKeyFingerprint() bool
HasHostKeyFingerprint returns a boolean if a field has been set.
func (o *Get200ResponseLinksAppSshMeta) GetOauthClient() string
GetOauthClient returns the OauthClient field if non-nil, zero value otherwise.
func (o *Get200ResponseLinksAppSshMeta) GetOauthClientOk() (*string, bool)
GetOauthClientOk returns a tuple with the OauthClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Get200ResponseLinksAppSshMeta) SetOauthClient(v string)
SetOauthClient sets OauthClient field to given value.
func (o *Get200ResponseLinksAppSshMeta) HasOauthClient() bool
HasOauthClient returns a boolean if a field has been set.