5.4 KiB
DtoSshResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to string | [optional] | |
| Fingerprint | Pointer to string | [optional] | |
| Id | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| OrganizationId | Pointer to string | [optional] | |
| PublicKey | Pointer to string | [optional] | |
| UpdatedAt | Pointer to string | [optional] |
Methods
NewDtoSshResponse
func NewDtoSshResponse() *DtoSshResponse
NewDtoSshResponse instantiates a new DtoSshResponse 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
NewDtoSshResponseWithDefaults
func NewDtoSshResponseWithDefaults() *DtoSshResponse
NewDtoSshResponseWithDefaults instantiates a new DtoSshResponse 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
GetCreatedAt
func (o *DtoSshResponse) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
GetCreatedAtOk
func (o *DtoSshResponse) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCreatedAt
func (o *DtoSshResponse) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
HasCreatedAt
func (o *DtoSshResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
GetFingerprint
func (o *DtoSshResponse) GetFingerprint() string
GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.
GetFingerprintOk
func (o *DtoSshResponse) 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.
SetFingerprint
func (o *DtoSshResponse) SetFingerprint(v string)
SetFingerprint sets Fingerprint field to given value.
HasFingerprint
func (o *DtoSshResponse) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
GetId
func (o *DtoSshResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *DtoSshResponse) GetIdOk() (*string, 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.
SetId
func (o *DtoSshResponse) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *DtoSshResponse) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *DtoSshResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *DtoSshResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *DtoSshResponse) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *DtoSshResponse) HasName() bool
HasName returns a boolean if a field has been set.
GetOrganizationId
func (o *DtoSshResponse) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
GetOrganizationIdOk
func (o *DtoSshResponse) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOrganizationId
func (o *DtoSshResponse) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
HasOrganizationId
func (o *DtoSshResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
GetPublicKey
func (o *DtoSshResponse) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
GetPublicKeyOk
func (o *DtoSshResponse) 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.
SetPublicKey
func (o *DtoSshResponse) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
HasPublicKey
func (o *DtoSshResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
GetUpdatedAt
func (o *DtoSshResponse) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
GetUpdatedAtOk
func (o *DtoSshResponse) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpdatedAt
func (o *DtoSshResponse) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
HasUpdatedAt
func (o *DtoSshResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.