Class ListWorkflowTemplatesResponse (5.0.3)

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

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

Attributes

NameDescription
templates Sequence[google.cloud.dataproc_v1.types.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.