ImportCryptoKeyVersionRequest constructor

ImportCryptoKeyVersionRequest({
  1. String? algorithm,
  2. String? cryptoKeyVersion,
  3. String? importJob,
  4. String? rsaAesWrappedKey,
  5. String? wrappedKey,
})

Implementation

ImportCryptoKeyVersionRequest({
  this.algorithm,
  this.cryptoKeyVersion,
  this.importJob,
  this.rsaAesWrappedKey,
  this.wrappedKey,
});