Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

Get200ResponseLinksAppSshMeta.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

Get200ResponseLinksAppSshMeta

Properties

Name Type Description Notes
HostKeyFingerprint Pointer to string [optional]
OauthClient Pointer to string [optional]

Methods

NewGet200ResponseLinksAppSshMeta

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

NewGet200ResponseLinksAppSshMetaWithDefaults

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

GetHostKeyFingerprint

func (o *Get200ResponseLinksAppSshMeta) GetHostKeyFingerprint() string

GetHostKeyFingerprint returns the HostKeyFingerprint field if non-nil, zero value otherwise.

GetHostKeyFingerprintOk

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.

SetHostKeyFingerprint

func (o *Get200ResponseLinksAppSshMeta) SetHostKeyFingerprint(v string)

SetHostKeyFingerprint sets HostKeyFingerprint field to given value.

HasHostKeyFingerprint

func (o *Get200ResponseLinksAppSshMeta) HasHostKeyFingerprint() bool

HasHostKeyFingerprint returns a boolean if a field has been set.

GetOauthClient

func (o *Get200ResponseLinksAppSshMeta) GetOauthClient() string

GetOauthClient returns the OauthClient field if non-nil, zero value otherwise.

GetOauthClientOk

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.

SetOauthClient

func (o *Get200ResponseLinksAppSshMeta) SetOauthClient(v string)

SetOauthClient sets OauthClient field to given value.

HasOauthClient

func (o *Get200ResponseLinksAppSshMeta) HasOauthClient() bool

HasOauthClient returns a boolean if a field has been set.

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