Job class

Representation of a job returned by the ListJobs operation.

Constructors

Job({DateTime? creationDate, bool? isCanceled, String? jobId, JobType? jobType})
Job.fromXml(XmlElement elem)
factory

Properties

creationDate DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
isCanceled bool?
final
jobId String?
final
jobType JobType?
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