JobSummary constructor

JobSummary({
  1. DateTime? completedAt,
  2. DateTime? createdAt,
  3. String? jobArn,
  4. String? jobId,
  5. DateTime? lastUpdatedAt,
  6. JobStatus? status,
  7. TargetSelection? targetSelection,
  8. String? thingGroupId,
})

Implementation

JobSummary({
  this.completedAt,
  this.createdAt,
  this.jobArn,
  this.jobId,
  this.lastUpdatedAt,
  this.status,
  this.targetSelection,
  this.thingGroupId,
});