UpdateJobResponse constructor

UpdateJobResponse({
  1. String? jobName,
})

Implementation

UpdateJobResponse({
  this.jobName,
});