Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunFilterParameters

Package version

Query parameters for listing runs.

Hierarchy

  • RunFilterParameters

Index

Properties

Optional continuationToken

continuationToken: undefined | string

The continuation token for getting the next page of results. Null for first page.

Optional filters

filters: RunQueryFilter[]

List of filters.

lastUpdatedAfter

lastUpdatedAfter: Date

The time at or after which the run event was updated in 'ISO 8601' format.

lastUpdatedBefore

lastUpdatedBefore: Date

The time at or before which the run event was updated in 'ISO 8601' format.

Optional orderBy

orderBy: RunQueryOrderBy[]

List of OrderBy option.

Generated using TypeDoc