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.
Implements
IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerableNamespace
Google.Cloud.Talent.V4Assembly
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 |
RepeatedField<Job> |
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 |
IEnumerator<Job> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |