JobExecutionSummary class

Contains a subset of information about a job execution.

Constructors

JobExecutionSummary({int? executionNumber, String? jobId, int? lastUpdatedAt, int? queuedAt, int? startedAt, int? versionNumber})
JobExecutionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

executionNumber int?
A number that identifies a particular job execution on a particular device.
final
hashCode int
The hash code for this object.
no setterinherited
jobId String?
The unique identifier you assigned to this job when it was created.
final
lastUpdatedAt int?
The time, in milliseconds since the epoch, when the job execution was last updated.
final
queuedAt int?
The time, in milliseconds since the epoch, when the job execution was enqueued.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt int?
The time, in milliseconds since the epoch, when the job execution started.
final
versionNumber int?
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited