Interface protos.google.cloud.workflows.executions.v1.IListExecutionsRequest (3.1.1)

Properties of a ListExecutionsRequest.

Package

@google-cloud/workflows

Properties

filter

filter?: (string|null);

ListExecutionsRequest filter

orderBy

orderBy?: (string|null);

ListExecutionsRequest orderBy

pageSize

pageSize?: (number|null);

ListExecutionsRequest pageSize

pageToken

pageToken?: (string|null);

ListExecutionsRequest pageToken

parent

parent?: (string|null);

ListExecutionsRequest parent

view

view?: (google.cloud.workflows.executions.v1.ExecutionView|keyof typeof google.cloud.workflows.executions.v1.ExecutionView|null);

ListExecutionsRequest view