Google Cloud Talent Solution v4 API - Class ListJobsResponse (2.5.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
NameDescription
otherListJobsResponse

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
TypeDescription
RepeatedFieldJob

Metadata

public ResponseMetadata Metadata { get; set; }

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

Property Value
TypeDescription
ResponseMetadata

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorJob