Job class

A job creating reports of a specific type.

Constructors

Job({String? createTime, String? expireTime, String? id, String? name, String? reportTypeId, bool? systemManaged})
Job.fromJson(Map json_)

Properties

createTime String?
The creation date/time of the job.
getter/setter pair
expireTime String?
The date/time when this job will expire/expired.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The server-generated ID of the job (max.
getter/setter pair
name String?
The name of the job (max.
getter/setter pair
reportTypeId String?
The type of reports this job creates.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemManaged bool?
True if this a system-managed job that cannot be modified by the user; otherwise false.
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