Skip to main content

Interface: IListSchedulesRequest

workflowservice.v1.IListSchedulesRequest

Properties of a ListSchedulesRequest.

Hierarchy

Properties

maximumPageSize

Optional maximumPageSize: null | number

How many to return at once.

Inherited from

$Properties.maximumPageSize


namespace

Optional namespace: null | string

The namespace to list schedules in.

Inherited from

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

Token to get the next page of results.

Inherited from

$Properties.nextPageToken


query

Optional query: null | string

Query to filter schedules.

Inherited from

$Properties.query