CreateJobResult constructor

CreateJobResult({
  1. String? jobId,
})

Implementation

CreateJobResult({
  this.jobId,
});