| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Environment | Pointer to KeypairEnvironmentFields | [optional] | |
| Fingerprint | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| PublicKey | Pointer to string | [optional] |
func NewKeypairFields() *KeypairFields
NewKeypairFields instantiates a new KeypairFields 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 NewKeypairFieldsWithDefaults() *KeypairFields
NewKeypairFieldsWithDefaults instantiates a new KeypairFields 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 *KeypairFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *KeypairFields) GetCreatedAtOk() (*time.Time, 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.
func (o *KeypairFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *KeypairFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *KeypairFields) GetEnvironment() KeypairEnvironmentFields
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *KeypairFields) GetEnvironmentOk() (*KeypairEnvironmentFields, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeypairFields) SetEnvironment(v KeypairEnvironmentFields)
SetEnvironment sets Environment field to given value.
func (o *KeypairFields) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *KeypairFields) GetFingerprint() string
GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.
func (o *KeypairFields) 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 *KeypairFields) SetFingerprint(v string)
SetFingerprint sets Fingerprint field to given value.
func (o *KeypairFields) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (o *KeypairFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeypairFields) 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 *KeypairFields) SetId(v int32)
SetId sets Id field to given value.
func (o *KeypairFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeypairFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeypairFields) 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.
func (o *KeypairFields) SetName(v string)
SetName sets Name field to given value.
func (o *KeypairFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *KeypairFields) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *KeypairFields) 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 *KeypairFields) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *KeypairFields) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.