Google Cloud Talent Solution v4 API - Class ListJobsResponse (2.6.0)

public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class ListJobsResponse.

List jobs response.

Inheritance

object > ListJobsResponse

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
Name Description
other ListJobsResponse

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

The Jobs for a given company.

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

Property Value
Type Description
RepeatedFieldJob

Metadata

public ResponseMetadata Metadata { get; set; }

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

Property Value
Type Description
ResponseMetadata

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorJob