ListWorkflowTemplatesResponse

A response to a request to list workflow templates in a project.

JSON representation
{
  "templates": [
    {
      object (WorkflowTemplate)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
templates[]

object (WorkflowTemplate)

Output only. WorkflowTemplates list.

nextPageToken

string

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the pageToken in a subsequent

ListWorkflowTemplatesRequest

.

unreachable[]

string

Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.