JobDetails class

Represents information about the details of a job.

Constructors

JobDetails({String? accountId, JobData? data, String? id})
JobDetails.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The AWS account ID associated with the job.
final
data JobData?
Represents other information about a job required for a job worker to complete the job.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique system-generated ID of the job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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