TriggerRunsQueryResponse interface

A list of trigger runs.

Properties

continuationToken

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

value

List of trigger runs.

Property Details

continuationToken

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

continuationToken?: string

Property Value

string

value

List of trigger runs.

value: TriggerRun[]

Property Value