Interface protos.google.cloud.workflows.v1.IListWorkflowsResponse

Properties of a ListWorkflowsResponse.

Package

@google-cloud/workflows!

Properties

nextPageToken

nextPageToken?: (string|null);

ListWorkflowsResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

ListWorkflowsResponse unreachable

Property Value
TypeDescription
(string[]|null)

workflows

workflows?: (google.cloud.workflows.v1.IWorkflow[]|null);

ListWorkflowsResponse workflows

Property Value
TypeDescription
(google.cloud.workflows.v1.IWorkflow[]|null)