JobListEntry class
Each JobListEntry
object contains a job's state, a job's ID,
and a value that indicates whether the job is a job part, in the case of an
export job.
Constructors
- JobListEntry({DateTime? creationDate, String? description, bool? isMaster, String? jobId, JobState? jobState, JobType? jobType, SnowballType? snowballType})
-
JobListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime?
-
The creation date for this job.
final
- description → String?
-
The optional description of this specific job, for example
Important Photos 2016-08-11
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- isMaster → bool?
-
A value that indicates that this job is a main job. A main job represents a
successful request to create an export job. Main jobs aren't associated with
any Snowballs. Instead, each main job will have at least one job part, and
each job part is associated with a Snowball. It might take some time before
the job parts associated with a particular main job are listed, because they
are created after the main job is created.
final
- jobId → String?
-
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.final - jobState → JobState?
-
The current state of this job.
final
- jobType → JobType?
-
The type of job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snowballType → SnowballType?
-
The type of device used with this 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