JobExecutionSummaryForJob constructor

JobExecutionSummaryForJob({
  1. JobExecutionSummary? jobExecutionSummary,
  2. String? thingArn,
})

Implementation

JobExecutionSummaryForJob({
  this.jobExecutionSummary,
  this.thingArn,
});