ListJobsByPipelineResponse class

The ListJobsByPipelineResponse structure.

Constructors

ListJobsByPipelineResponse({List<Job>? jobs, String? nextPageToken})
ListJobsByPipelineResponse.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 are in the specified pipeline.
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 is null.
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