Job class

Constructors

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

Properties

configuration JobConfiguration?
Describes the job configuration.
getter/setter pair
etag String?
A hash of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Opaque ID field of the job.
getter/setter pair
jobCreationReason JobCreationReason?
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?
The type of the resource.
getter/setter pair
principalSubject String?
[Full-projection-only] String representation of identity of requesting party.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
A URL that can be used to access the resource again.
getter/setter pair
statistics JobStatistics?
Information about the job, including starting time and ending time of the job.
getter/setter pair
status JobStatus?
The status of this job.
getter/setter pair
userEmail String?
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