Class ListJobsResponse (1.0.0)

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

List jobs response.

Attributes

NameDescription
jobs Sequence[`.gct_job.Job`]
The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request.
next_page_token str
A token to retrieve the next page of results.
metadata `.common.ResponseMetadata`
Additional information for the API invocation, such as the request tracking id.

Inheritance

builtins.object > proto.message.Message > ListJobsResponse