SecretVersion constructor
SecretVersion({
- String name = '',
- Timestamp? createTime,
- Timestamp? destroyTime,
- SecretVersion_State state = SecretVersion_State.$default,
- ReplicationStatus? replicationStatus,
- String etag = '',
- bool clientSpecifiedPayloadChecksum = false,
- Timestamp? scheduledDestroyTime,
- CustomerManagedEncryptionStatus? customerManagedEncryption,
Implementation
SecretVersion({
this.name = '',
this.createTime,
this.destroyTime,
this.state = SecretVersion_State.$default,
this.replicationStatus,
this.etag = '',
this.clientSpecifiedPayloadChecksum = false,
this.scheduledDestroyTime,
this.customerManagedEncryption,
}) : super(fullyQualifiedName);