StopTextTranslationJobResponse constructor

StopTextTranslationJobResponse({
  1. String? jobId,
  2. JobStatus? jobStatus,
})

Implementation

StopTextTranslationJobResponse({
  this.jobId,
  this.jobStatus,
});