Job class

Constructors

Job({JobConfiguration? configuration, String? etag, String? id, Object? jobCreationReason, JobReference? jobReference, String? kind, String? selfLink, JobStatistics? statistics, JobStatus? status, String? userEmail})
Job.fromJson(Map json_)

Properties

configuration JobConfiguration?
Describes the job configuration.
getter/setter pair
etag String?
[Output-only] A hash of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
[Output-only] Opaque ID field of the job
getter/setter pair
jobCreationReason Object?
[Output-only] If set, it provides the reason why a Job was created.
getter/setter pair
jobReference JobReference?
Reference describing the unique-per-user name of the job.
getter/setter pair
kind String?
[Output-only] The type of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
[Output-only] A URL that can be used to access this resource again.
getter/setter pair
statistics JobStatistics?
[Output-only] Information about the job, including starting time and ending time of the job.
getter/setter pair
status JobStatus?
[Output-only] The status of this job.
getter/setter pair
userEmail String?
[Output-only] Email address of the user who ran the job.
getter/setter pair

Methods

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

Operators

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