ListJobsByStatusResponse class
The ListJobsByStatusResponse
structure.
Constructors
-
ListJobsByStatusResponse({List<
Job> ? jobs, String? nextPageToken}) -
ListJobsByStatusResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jobs
→ List<
Job> ? -
An array of
Job
objects that have the specified status.final - nextPageToken → String?
-
A value that you use to access the second and subsequent pages of results,
if any. When the jobs in the specified pipeline fit on one page or when
you've reached the last page of results, the value of
NextPageToken
isnull
.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