CryptoKey constructor
      
      CryptoKey({ 
    
    
- String? createTime,
- String? cryptoKeyBackend,
- String? destroyScheduledDuration,
- bool? importOnly,
- KeyAccessJustificationsPolicy? keyAccessJustificationsPolicy,
- Map<String, String> ? labels,
- String? name,
- String? nextRotationTime,
- CryptoKeyVersion? primary,
- String? purpose,
- String? rotationPeriod,
- CryptoKeyVersionTemplate? versionTemplate,
Implementation
CryptoKey({
  this.createTime,
  this.cryptoKeyBackend,
  this.destroyScheduledDuration,
  this.importOnly,
  this.keyAccessJustificationsPolicy,
  this.labels,
  this.name,
  this.nextRotationTime,
  this.primary,
  this.purpose,
  this.rotationPeriod,
  this.versionTemplate,
});