Class ListJobsResponse (2.5.1)

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

Response message for listing jobs using ListJobs.

Attributes

NameDescription
jobs Sequence[google.cloud.scheduler_v1beta1.types.Job]
The list of jobs.
next_page_token str
A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate. The page token is valid for only 2 hours.