Class: Google::Cloud::Talent::V4beta1::ListJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb

Overview

Output only.

List jobs response.

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Google::Cloud::Talent::V4beta1::Job>

Returns The Jobs for a given company.

The maximum number of items returned is based on the limit field provided in the request.

Returns:



202
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 202

class ListJobsResponse; end

#metadataGoogle::Cloud::Talent::V4beta1::ResponseMetadata

Returns Additional information for the API invocation, such as the request tracking id.

Returns:



202
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 202

class ListJobsResponse; end

#next_page_tokenString

Returns A token to retrieve the next page of results.

Returns:

  • (String)

    A token to retrieve the next page of results.



202
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 202

class ListJobsResponse; end