Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Fingerprint | Pointer to string | [optional] | |
PublicKey | Pointer to string | [optional] | |
PrivateKey | Pointer to string | [optional] | |
KeyType | Pointer to string | [optional] | |
KeyLength | Pointer to int32 | [optional] | |
DiscoveredDate | Pointer to time.Time | [optional] | |
Pointer to string | [optional] | ||
Comments | Pointer to []string | [optional] | |
Username | Pointer to string | [optional] | |
LogonCount | Pointer to int32 | [optional] |
func NewModelsSSHKeysUnmanagedKeyResponse() *ModelsSSHKeysUnmanagedKeyResponse
NewModelsSSHKeysUnmanagedKeyResponse instantiates a new ModelsSSHKeysUnmanagedKeyResponse 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 NewModelsSSHKeysUnmanagedKeyResponseWithDefaults() *ModelsSSHKeysUnmanagedKeyResponse
NewModelsSSHKeysUnmanagedKeyResponseWithDefaults instantiates a new ModelsSSHKeysUnmanagedKeyResponse 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 *ModelsSSHKeysUnmanagedKeyResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetFingerprint() string
GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetFingerprint(v string)
SetFingerprint sets Fingerprint field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyLength() int32
GetKeyLength returns the KeyLength field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetKeyLengthOk() (*int32, bool)
GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetKeyLength(v int32)
SetKeyLength sets KeyLength field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasKeyLength() bool
HasKeyLength returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDate() time.Time
GetDiscoveredDate returns the DiscoveredDate field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDateOk() (*time.Time, bool)
GetDiscoveredDateOk returns a tuple with the DiscoveredDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetDiscoveredDate(v time.Time)
SetDiscoveredDate sets DiscoveredDate field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasDiscoveredDate() bool
HasDiscoveredDate returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetComments() []string
GetComments returns the Comments field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetCommentsOk() (*[]string, bool)
GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetComments(v []string)
SetComments sets Comments field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasComments() bool
HasComments returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetLogonCount() int32
GetLogonCount returns the LogonCount field if non-nil, zero value otherwise.
func (o *ModelsSSHKeysUnmanagedKeyResponse) GetLogonCountOk() (*int32, bool)
GetLogonCountOk returns a tuple with the LogonCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHKeysUnmanagedKeyResponse) SetLogonCount(v int32)
SetLogonCount sets LogonCount field to given value.
func (o *ModelsSSHKeysUnmanagedKeyResponse) HasLogonCount() bool
HasLogonCount returns a boolean if a field has been set.