Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.52 KB

GenerateUserCachedSSHKeyResponse.md

File metadata and controls

186 lines (101 loc) · 5.52 KB

GenerateUserCachedSSHKeyResponse

Properties

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]

Methods

NewGenerateUserCachedSSHKeyResponse

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

NewGenerateUserCachedSSHKeyResponseWithDefaults

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

GetValue

func (o *GenerateUserCachedSSHKeyResponse) GetValue() []PrivateSSHKeyModel

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *GenerateUserCachedSSHKeyResponse) SetValue(v []PrivateSSHKeyModel)

SetValue sets Value field to given value.

HasValue

func (o *GenerateUserCachedSSHKeyResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

GetCreationTime

func (o *GenerateUserCachedSSHKeyResponse) GetCreationTime() int64

GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.

GetCreationTimeOk

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.

SetCreationTime

func (o *GenerateUserCachedSSHKeyResponse) SetCreationTime(v int64)

SetCreationTime sets CreationTime field to given value.

HasCreationTime

func (o *GenerateUserCachedSSHKeyResponse) HasCreationTime() bool

HasCreationTime returns a boolean if a field has been set.

GetExpirationTime

func (o *GenerateUserCachedSSHKeyResponse) GetExpirationTime() int64

GetExpirationTime returns the ExpirationTime field if non-nil, zero value otherwise.

GetExpirationTimeOk

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.

SetExpirationTime

func (o *GenerateUserCachedSSHKeyResponse) SetExpirationTime(v int64)

SetExpirationTime sets ExpirationTime field to given value.

HasExpirationTime

func (o *GenerateUserCachedSSHKeyResponse) HasExpirationTime() bool

HasExpirationTime returns a boolean if a field has been set.

GetPublicKey

func (o *GenerateUserCachedSSHKeyResponse) GetPublicKey() string

GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.

GetPublicKeyOk

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.

SetPublicKey

func (o *GenerateUserCachedSSHKeyResponse) SetPublicKey(v string)

SetPublicKey sets PublicKey field to given value.

HasPublicKey

func (o *GenerateUserCachedSSHKeyResponse) HasPublicKey() bool

HasPublicKey returns a boolean if a field has been set.

GetCount

func (o *GenerateUserCachedSSHKeyResponse) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *GenerateUserCachedSSHKeyResponse) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *GenerateUserCachedSSHKeyResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

GetNextLink

func (o *GenerateUserCachedSSHKeyResponse) GetNextLink() string

GetNextLink returns the NextLink field if non-nil, zero value otherwise.

GetNextLinkOk

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.

SetNextLink

func (o *GenerateUserCachedSSHKeyResponse) SetNextLink(v string)

SetNextLink sets NextLink field to given value.

HasNextLink

func (o *GenerateUserCachedSSHKeyResponse) HasNextLink() bool

HasNextLink returns a boolean if a field has been set.

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