Google Cloud Talent Solution v4 API - Class SearchJobsResponse.Types.MatchingJob (2.5.0)

public sealed class SearchJobsResponse.Types.MatchingJob : IMessage<SearchJobsResponse.Types.MatchingJob>, IEquatable<SearchJobsResponse.Types.MatchingJob>, IDeepCloneable<SearchJobsResponse.Types.MatchingJob>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class SearchJobsResponse.Types.MatchingJob.

Job entry with metadata inside [SearchJobsResponse][google.cloud.talent.v4.SearchJobsResponse].

Inheritance

object > SearchJobsResponse.Types.MatchingJob

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

MatchingJob()

public MatchingJob()

MatchingJob(MatchingJob)

public MatchingJob(SearchJobsResponse.Types.MatchingJob other)
Parameter
NameDescription
otherSearchJobsResponseTypesMatchingJob

Properties

CommuteInfo

public SearchJobsResponse.Types.CommuteInfo CommuteInfo { get; set; }

Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4.CommuteFilter].

Property Value
TypeDescription
SearchJobsResponseTypesCommuteInfo

Job

public Job Job { get; set; }

Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].

Property Value
TypeDescription
Job

JobSummary

public string JobSummary { get; set; }

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

Property Value
TypeDescription
string

JobTitleSnippet

public string JobTitleSnippet { get; set; }

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

Property Value
TypeDescription
string

SearchTextSnippet

public string SearchTextSnippet { get; set; }

Contains snippets of text from the [Job.description][google.cloud.talent.v4.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.

Property Value
TypeDescription
string