Package version:

Interface PipelineRunsQueryResponse

A list pipeline runs.

Hierarchy

  • PipelineRunsQueryResponse

Properties

continuationToken?: string

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

value: PipelineRun[]

List of pipeline runs.

Generated using TypeDoc