DeleteJobResponse constructor

DeleteJobResponse({
  1. String? jobName,
})

Implementation

DeleteJobResponse({
  this.jobName,
});