Class ListJobsResponse (2.3.0)

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

List jobs response. .. attribute:: jobs

The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request.

:type: Sequence[google.cloud.talent_v4.types.Job]

Attributes

NameDescription
next_page_token str
A token to retrieve the next page of results.
metadata google.cloud.talent_v4.types.ResponseMetadata
Additional information for the API invocation, such as the request tracking id.