SecretVersion constructor

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

Implementation

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