GoogleCloudKmsV1CryptoKeyVersion constructor
      
      GoogleCloudKmsV1CryptoKeyVersion({ 
    
    
- String? algorithm,
 - GoogleCloudKmsV1KeyOperationAttestation? attestation,
 - String? createTime,
 - String? destroyEventTime,
 - String? destroyTime,
 - String? externalDestructionFailureReason,
 - GoogleCloudKmsV1ExternalProtectionLevelOptions? externalProtectionLevelOptions,
 - String? generateTime,
 - String? generationFailureReason,
 - String? importFailureReason,
 - String? importJob,
 - String? importTime,
 - String? name,
 - String? protectionLevel,
 - bool? reimportEligible,
 - String? state,
 
Implementation
GoogleCloudKmsV1CryptoKeyVersion({
  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,
});