CryptoKeyVersion constructor

CryptoKeyVersion({
  1. String? algorithm,
  2. KeyOperationAttestation? attestation,
  3. String? createTime,
  4. String? destroyEventTime,
  5. String? destroyTime,
  6. String? externalDestructionFailureReason,
  7. ExternalProtectionLevelOptions? externalProtectionLevelOptions,
  8. String? generateTime,
  9. String? generationFailureReason,
  10. String? importFailureReason,
  11. String? importJob,
  12. String? importTime,
  13. String? name,
  14. String? protectionLevel,
  15. bool? reimportEligible,
  16. String? state,
})

Implementation

CryptoKeyVersion({
  this.algorithm,
  this.attestation,
  this.createTime,
  this.destroyEventTime,
  this.destroyTime,
  this.externalDestructionFailureReason,
  this.externalProtectionLevelOptions,
  this.generateTime,
  this.generationFailureReason,
  this.importFailureReason,
  this.importJob,
  this.importTime,
  this.name,
  this.protectionLevel,
  this.reimportEligible,
  this.state,
});