StartOnDemandReplicationRunResponse constructor

StartOnDemandReplicationRunResponse({
  1. String? replicationRunId,
})

Implementation

StartOnDemandReplicationRunResponse({
  this.replicationRunId,
});