BatchDescribeSimulationJobResponse constructor

BatchDescribeSimulationJobResponse({
  1. List<SimulationJob>? jobs,
  2. List<String>? unprocessedJobs,
})

Implementation

BatchDescribeSimulationJobResponse({
  this.jobs,
  this.unprocessedJobs,
});