ListJobExecutionsForThingResponse constructor
ListJobExecutionsForThingResponse({
- List<
JobExecutionSummaryForThing> ? executionSummaries, - String? nextToken,
Implementation
ListJobExecutionsForThingResponse({
this.executionSummaries,
this.nextToken,
});