Name | Type | Description | Notes |
---|---|---|---|
KeyPairAlias | Pointer to string | Key pair alias | [optional] |
KeyAlg | Pointer to string | Key algorithm | [optional] |
KeySpec | Pointer to string | Key specification | [optional] |
func NewCryptoTokenKeyGenerationRestRequest() *CryptoTokenKeyGenerationRestRequest
NewCryptoTokenKeyGenerationRestRequest instantiates a new CryptoTokenKeyGenerationRestRequest 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 NewCryptoTokenKeyGenerationRestRequestWithDefaults() *CryptoTokenKeyGenerationRestRequest
NewCryptoTokenKeyGenerationRestRequestWithDefaults instantiates a new CryptoTokenKeyGenerationRestRequest 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 *CryptoTokenKeyGenerationRestRequest) GetKeyPairAlias() string
GetKeyPairAlias returns the KeyPairAlias field if non-nil, zero value otherwise.
func (o *CryptoTokenKeyGenerationRestRequest) GetKeyPairAliasOk() (*string, bool)
GetKeyPairAliasOk returns a tuple with the KeyPairAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CryptoTokenKeyGenerationRestRequest) SetKeyPairAlias(v string)
SetKeyPairAlias sets KeyPairAlias field to given value.
func (o *CryptoTokenKeyGenerationRestRequest) HasKeyPairAlias() bool
HasKeyPairAlias returns a boolean if a field has been set.
func (o *CryptoTokenKeyGenerationRestRequest) GetKeyAlg() string
GetKeyAlg returns the KeyAlg field if non-nil, zero value otherwise.
func (o *CryptoTokenKeyGenerationRestRequest) GetKeyAlgOk() (*string, bool)
GetKeyAlgOk returns a tuple with the KeyAlg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CryptoTokenKeyGenerationRestRequest) SetKeyAlg(v string)
SetKeyAlg sets KeyAlg field to given value.
func (o *CryptoTokenKeyGenerationRestRequest) HasKeyAlg() bool
HasKeyAlg returns a boolean if a field has been set.
func (o *CryptoTokenKeyGenerationRestRequest) GetKeySpec() string
GetKeySpec returns the KeySpec field if non-nil, zero value otherwise.
func (o *CryptoTokenKeyGenerationRestRequest) GetKeySpecOk() (*string, bool)
GetKeySpecOk returns a tuple with the KeySpec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CryptoTokenKeyGenerationRestRequest) SetKeySpec(v string)
SetKeySpec sets KeySpec field to given value.
func (o *CryptoTokenKeyGenerationRestRequest) HasKeySpec() bool
HasKeySpec returns a boolean if a field has been set.