Package version:

Interface TriggerRunsQueryResponse

A list of trigger runs.

Hierarchy

  • TriggerRunsQueryResponse

Properties

continuationToken?: string

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

value: TriggerRun[]

List of trigger runs.

Generated using TypeDoc