Class ListWorkflowTemplatesResponse (2.3.1)

ListWorkflowTemplatesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

NameDescription
templates Sequence[.workflow_templates.WorkflowTemplate]
Output only. WorkflowTemplates list.
next_page_token str
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 page_token in a subsequent ListWorkflowTemplatesRequest.