GoogleCloudKmsV1CryptoKey constructor
GoogleCloudKmsV1CryptoKey({
- String? createTime,
- String? cryptoKeyBackend,
- String? destroyScheduledDuration,
- bool? importOnly,
- Map<
String, String> ? labels, - String? name,
- String? nextRotationTime,
- GoogleCloudKmsV1CryptoKeyVersion? primary,
- String? purpose,
- String? rotationPeriod,
- GoogleCloudKmsV1CryptoKeyVersionTemplate? versionTemplate,
Implementation
GoogleCloudKmsV1CryptoKey({
this.createTime,
this.cryptoKeyBackend,
this.destroyScheduledDuration,
this.importOnly,
this.labels,
this.name,
this.nextRotationTime,
this.primary,
this.purpose,
this.rotationPeriod,
this.versionTemplate,
});