Class ListWorkflowRevisionsRequest (1.19.0)

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

Request for the ListWorkflowRevisions method.

Attributes

Name Description
name str
Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
page_size int
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100. Values greater than 100 are coerced down to 100.
page_token str
The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.