SecretVersion constructor
SecretVersion({
- bool? clientSpecifiedPayloadChecksum,
- String? createTime,
- CustomerManagedEncryptionStatus? customerManagedEncryption,
- String? destroyTime,
- String? etag,
- String? name,
- ReplicationStatus? replicationStatus,
- String? scheduledDestroyTime,
- String? state,
Implementation
SecretVersion({
this.clientSpecifiedPayloadChecksum,
this.createTime,
this.customerManagedEncryption,
this.destroyTime,
this.etag,
this.name,
this.replicationStatus,
this.scheduledDestroyTime,
this.state,
});