Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.38 KB

CryptoTokenKeyGenerationRestRequest.md

File metadata and controls

108 lines (59 loc) · 3.38 KB

CryptoTokenKeyGenerationRestRequest

Properties

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]

Methods

NewCryptoTokenKeyGenerationRestRequest

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

NewCryptoTokenKeyGenerationRestRequestWithDefaults

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

GetKeyPairAlias

func (o *CryptoTokenKeyGenerationRestRequest) GetKeyPairAlias() string

GetKeyPairAlias returns the KeyPairAlias field if non-nil, zero value otherwise.

GetKeyPairAliasOk

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.

SetKeyPairAlias

func (o *CryptoTokenKeyGenerationRestRequest) SetKeyPairAlias(v string)

SetKeyPairAlias sets KeyPairAlias field to given value.

HasKeyPairAlias

func (o *CryptoTokenKeyGenerationRestRequest) HasKeyPairAlias() bool

HasKeyPairAlias returns a boolean if a field has been set.

GetKeyAlg

func (o *CryptoTokenKeyGenerationRestRequest) GetKeyAlg() string

GetKeyAlg returns the KeyAlg field if non-nil, zero value otherwise.

GetKeyAlgOk

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.

SetKeyAlg

func (o *CryptoTokenKeyGenerationRestRequest) SetKeyAlg(v string)

SetKeyAlg sets KeyAlg field to given value.

HasKeyAlg

func (o *CryptoTokenKeyGenerationRestRequest) HasKeyAlg() bool

HasKeyAlg returns a boolean if a field has been set.

GetKeySpec

func (o *CryptoTokenKeyGenerationRestRequest) GetKeySpec() string

GetKeySpec returns the KeySpec field if non-nil, zero value otherwise.

GetKeySpecOk

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.

SetKeySpec

func (o *CryptoTokenKeyGenerationRestRequest) SetKeySpec(v string)

SetKeySpec sets KeySpec field to given value.

HasKeySpec

func (o *CryptoTokenKeyGenerationRestRequest) HasKeySpec() bool

HasKeySpec returns a boolean if a field has been set.

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