RunTransferJobRequest constructor

RunTransferJobRequest({
  1. String? projectId,
})

Implementation

RunTransferJobRequest({
  this.projectId,
});