ActivityRunsQueryResponse interface

A list activity runs.

Properties

continuationToken

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

value

List of activity 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 activity runs.

value: ActivityRun[]

Property Value