Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to []PrivateSSHKeyModel | [optional] | |
CreationTime | Pointer to int64 | [optional] | |
ExpirationTime | Pointer to int64 | [optional] | |
PublicKey | Pointer to string | [optional] | |
Count | Pointer to int32 | [optional] | |
NextLink | Pointer to string | [optional] |
func NewGenerateUserCachedSSHKeyResponse() *GenerateUserCachedSSHKeyResponse
NewGenerateUserCachedSSHKeyResponse instantiates a new GenerateUserCachedSSHKeyResponse 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 NewGenerateUserCachedSSHKeyResponseWithDefaults() *GenerateUserCachedSSHKeyResponse
NewGenerateUserCachedSSHKeyResponseWithDefaults instantiates a new GenerateUserCachedSSHKeyResponse 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 *GenerateUserCachedSSHKeyResponse) GetValue() []PrivateSSHKeyModel
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) GetValueOk() (*[]PrivateSSHKeyModel, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateUserCachedSSHKeyResponse) SetValue(v []PrivateSSHKeyModel)
SetValue sets Value field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *GenerateUserCachedSSHKeyResponse) GetCreationTime() int64
GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) GetCreationTimeOk() (*int64, bool)
GetCreationTimeOk returns a tuple with the CreationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateUserCachedSSHKeyResponse) SetCreationTime(v int64)
SetCreationTime sets CreationTime field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasCreationTime() bool
HasCreationTime returns a boolean if a field has been set.
func (o *GenerateUserCachedSSHKeyResponse) GetExpirationTime() int64
GetExpirationTime returns the ExpirationTime field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) GetExpirationTimeOk() (*int64, bool)
GetExpirationTimeOk returns a tuple with the ExpirationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateUserCachedSSHKeyResponse) SetExpirationTime(v int64)
SetExpirationTime sets ExpirationTime field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasExpirationTime() bool
HasExpirationTime returns a boolean if a field has been set.
func (o *GenerateUserCachedSSHKeyResponse) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) 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 *GenerateUserCachedSSHKeyResponse) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *GenerateUserCachedSSHKeyResponse) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateUserCachedSSHKeyResponse) SetCount(v int32)
SetCount sets Count field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GenerateUserCachedSSHKeyResponse) GetNextLink() string
GetNextLink returns the NextLink field if non-nil, zero value otherwise.
func (o *GenerateUserCachedSSHKeyResponse) GetNextLinkOk() (*string, bool)
GetNextLinkOk returns a tuple with the NextLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateUserCachedSSHKeyResponse) SetNextLink(v string)
SetNextLink sets NextLink field to given value.
func (o *GenerateUserCachedSSHKeyResponse) HasNextLink() bool
HasNextLink returns a boolean if a field has been set.