ListJobsResult class

Constructors

ListJobsResult({List<JobListDescriptor>? jobs, String? nextToken})
ListJobsResult.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
jobs List<JobListDescriptor>?
The list of current jobs and jobs that have ended within the last 30 days.
final
nextToken String?
If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.
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