SecretVersion constructor

SecretVersion({
  1. String name = '',
  2. Timestamp? createTime,
  3. Timestamp? destroyTime,
  4. SecretVersion_State state = SecretVersion_State.$default,
  5. ReplicationStatus? replicationStatus,
  6. String etag = '',
  7. bool clientSpecifiedPayloadChecksum = false,
  8. Timestamp? scheduledDestroyTime,
  9. 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);