SecretVersion constructor

SecretVersion({
  1. bool? clientSpecifiedPayloadChecksum,
  2. String? createTime,
  3. CustomerManagedEncryptionStatus? customerManagedEncryption,
  4. String? destroyTime,
  5. String? etag,
  6. String? name,
  7. ReplicationStatus? replicationStatus,
  8. String? scheduledDestroyTime,
  9. String? state,
})

Implementation

SecretVersion({
  this.clientSpecifiedPayloadChecksum,
  this.createTime,
  this.customerManagedEncryption,
  this.destroyTime,
  this.etag,
  this.name,
  this.replicationStatus,
  this.scheduledDestroyTime,
  this.state,
});