Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ListJobsResponse.
List jobs response.
Generated from protobuf message google.cloud.talent.v4.ListJobsResponse
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ jobs
array< 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
string
A token to retrieve the next page of results.
↳ metadata
getJobs
The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
setJobs
The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
$this
getNextPageToken
A token to retrieve the next page of results.
string
setNextPageToken
A token to retrieve the next page of results.
var
string
$this
getMetadata
Additional information for the API invocation, such as the request tracking id.
hasMetadata
clearMetadata
setMetadata
Additional information for the API invocation, such as the request tracking id.
$this

