Interface protos.google.cloud.workflows.executions.v1beta.IListExecutionsRequest

Properties of a ListExecutionsRequest.

Package

@google-cloud/workflows

Properties

pageSize

pageSize?: (number|null);

ListExecutionsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListExecutionsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListExecutionsRequest parent

Property Value
TypeDescription
(string|null)

view

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

ListExecutionsRequest view

Property Value
TypeDescription
(google.cloud.workflows.executions.v1beta.ExecutionView|keyof typeof google.cloud.workflows.executions.v1beta.ExecutionView|null)