ChangeQuorumRequest constructor

ChangeQuorumRequest({
  1. String? etag,
  2. String? name,
  3. QuorumType? quorumType,
})

Implementation

ChangeQuorumRequest({
  this.etag,
  this.name,
  this.quorumType,
});