Class ListJobsResponse (0.10.4)

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

Response message containing a list of Jobs.

Attributes

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