ChangeQuorumRequest constructor
ChangeQuorumRequest({
- String? etag,
- String? name,
- QuorumType? quorumType,
Implementation
ChangeQuorumRequest({
this.etag,
this.name,
this.quorumType,
});