CreateReplicationJobResponse constructor

CreateReplicationJobResponse({
  1. String? replicationJobId,
})

Implementation

CreateReplicationJobResponse({
  this.replicationJobId,
});