JobExecution constructor
JobExecution({})
Implementation
JobExecution({
this.approximateSecondsBeforeTimedOut,
this.executionNumber,
this.jobDocument,
this.jobId,
this.lastUpdatedAt,
this.queuedAt,
this.startedAt,
this.status,
this.statusDetails,
this.thingName,
this.versionNumber,
});