Class ListCustomJobsResponse (0.3.1)

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

Response message for JobService.ListCustomJobs

Attributes

Name Description
custom_jobs Sequence[`.gca_custom_job.CustomJob`]
List of CustomJobs in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ``ListCustomJobsRequest.page_token`` to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListCustomJobsResponse