BatchStopJobRunError constructor
      
      BatchStopJobRunError({ 
    
    
- ErrorDetail? errorDetail,
- String? jobName,
- String? jobRunId,
Implementation
BatchStopJobRunError({
  this.errorDetail,
  this.jobName,
  this.jobRunId,
});