JobBookmarkEntry class

Defines a point that a job can resume processing.

Constructors

JobBookmarkEntry({int? attempt, String? jobBookmark, String? jobName, String? previousRunId, int? run, String? runId, int? version})
JobBookmarkEntry.fromJson(Map<String, dynamic> json)
factory

Properties

attempt int?
The attempt ID number.
final
hashCode int
The hash code for this object.
no setterinherited
jobBookmark String?
The bookmark itself.
final
jobName String?
The name of the job in question.
final
previousRunId String?
The unique run identifier associated with the previous job run.
final
run int?
The run ID number.
final
runId String?
The run ID number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The version of the job.
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