Class ListExecutionsResponse (0.10.4)

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

Response message containing a list of Executions.

Attributes

NameDescription
executions MutableSequence[google.cloud.run_v2.types.Execution]
The resulting list of Executions.
next_page_token str
A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.