PromoteReplicaRequest constructor

PromoteReplicaRequest({
  1. String? peerInstance,
})

Implementation

PromoteReplicaRequest({
  this.peerInstance,
});