StartPHIDetectionJobResponse constructor

StartPHIDetectionJobResponse({
  1. String? jobId,
})

Implementation

StartPHIDetectionJobResponse({
  this.jobId,
});