Job class

Describes a job

Constructors

Job.new({int? errorCode, String? location, String? name, String? state})
Job.fromJson(Map json_)

Properties

errorCode int?
If the job did not complete successfully, this field describes why.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
Gives the location where the job ran, such as US or europe-west1
getter/setter pair
name String?
The fully-qualified name for a job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the job, such as RUNNING or PENDING.
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