Class: ListSchedulesRequest
workflowservice.v1.ListSchedulesRequest
Represents a ListSchedulesRequest.
Implements
Constructors
constructor
• new ListSchedulesRequest(properties?): ListSchedulesRequest
Constructs a new ListSchedulesRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IListSchedulesRequest | Properties to set |
Returns
Properties
maximumPageSize
• maximumPageSize: number
How many to return at once.
Implementation of
IListSchedulesRequest.maximumPageSize
namespace
• namespace: string
The namespace to list schedules in.
Implementation of
IListSchedulesRequest.namespace
nextPageToken
• nextPageToken: Uint8Array
Token to get the next page of results.
Implementation of
IListSchedulesRequest.nextPageToken
query
• query: string
Query to filter schedules.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this ListSchedulesRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ListSchedulesRequest
Creates a new ListSchedulesRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IListSchedulesRequest | Properties to set |
Returns
ListSchedulesRequest instance