BatchStopJobRunError constructor

BatchStopJobRunError({
  1. ErrorDetail? errorDetail,
  2. String? jobName,
  3. String? jobRunId,
})

Implementation

BatchStopJobRunError({
  this.errorDetail,
  this.jobName,
  this.jobRunId,
});