CryptoKey constructor

CryptoKey({
  1. String? createTime,
  2. String? cryptoKeyBackend,
  3. String? destroyScheduledDuration,
  4. bool? importOnly,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? nextRotationTime,
  8. CryptoKeyVersion? primary,
  9. String? purpose,
  10. String? rotationPeriod,
  11. CryptoKeyVersionTemplate? versionTemplate,
})

Implementation

CryptoKey({
  this.createTime,
  this.cryptoKeyBackend,
  this.destroyScheduledDuration,
  this.importOnly,
  this.labels,
  this.name,
  this.nextRotationTime,
  this.primary,
  this.purpose,
  this.rotationPeriod,
  this.versionTemplate,
});