RunFilterParameters interface
Query parameters for listing runs.
Properties
continuation |
The continuation token for getting the next page of results. Null for first page. |
filters | List of filters. |
last |
The time at or after which the run event was updated in 'ISO 8601' format. |
last |
The time at or before which the run event was updated in 'ISO 8601' format. |
order |
List of OrderBy option. |
Property Details
continuationToken
The continuation token for getting the next page of results. Null for first page.
continuationToken?: string
Property Value
string
filters
lastUpdatedAfter
The time at or after which the run event was updated in 'ISO 8601' format.
lastUpdatedAfter: Date
Property Value
Date
lastUpdatedBefore
The time at or before which the run event was updated in 'ISO 8601' format.
lastUpdatedBefore: Date
Property Value
Date