Google Cloud Talent Solution v4beta1 API - Class SearchJobsResponse.Types.MatchingJob (3.0.0-beta05)

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 v4beta1 API class SearchJobsResponse.Types.MatchingJob.

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

Inheritance

object > SearchJobsResponse.Types.MatchingJob

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

MatchingJob()

public MatchingJob()

MatchingJob(MatchingJob)

public MatchingJob(SearchJobsResponse.Types.MatchingJob other)
Parameter
Name Description
other SearchJobsResponseTypesMatchingJob

Properties

CommuteInfo

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

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

Property Value
Type Description
SearchJobsResponseTypesCommuteInfo

Job

public Job Job { get; set; }

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

Property Value
Type Description
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
Type Description
string

JobTitleSnippet

public string JobTitleSnippet { get; set; }

Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.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
Type Description
string

SearchTextSnippet

public string SearchTextSnippet { get; set; }

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