Show / Hide Table of Contents

Class MatchingJob

Job entry with metadata inside SearchJobsResponse.

Inheritance
object
MatchingJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class MatchingJob : IDirectResponseSchema

Properties

CommuteInfo

Commute information which is generated based on specified CommuteFilter.

Declaration
[JsonProperty("commuteInfo")]
public virtual CommuteInfo CommuteInfo { get; set; }
Property Value
Type Description
CommuteInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Job

Job resource that matches the specified SearchJobsRequest.

Declaration
[JsonProperty("job")]
public virtual Job Job { get; set; }
Property Value
Type Description
Job

JobSummary

A summary of the job with core information that's displayed on the search results listing page.

Declaration
[JsonProperty("jobSummary")]
public virtual string JobSummary { get; set; }
Property Value
Type Description
string

JobTitleSnippet

Contains snippets of text from the Job.title field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.

Declaration
[JsonProperty("jobTitleSnippet")]
public virtual string JobTitleSnippet { get; set; }
Property Value
Type Description
string

SearchTextSnippet

Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

Declaration
[JsonProperty("searchTextSnippet")]
public virtual string SearchTextSnippet { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX