Class ListWorkflowRevisionsResponse (1.18.1)

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

Response for the ListWorkflowRevisions method.

Attributes

Name Description
workflows MutableSequence[google.cloud.workflows_v1.types.Workflow]
The revisions of the workflow, ordered in reverse chronological order.
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.