public sealed class SearchJobsResponse.Types.MatchingJob : IMessage<SearchJobsResponse.Types.MatchingJob>, IEquatable<SearchJobsResponse.Types.MatchingJob>, IDeepCloneable<SearchJobsResponse.Types.MatchingJob>, IBufferMessage, IMessageReference 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].
Implements
IMessageSearchJobsResponseTypesMatchingJob, IEquatableSearchJobsResponseTypesMatchingJob, IDeepCloneableSearchJobsResponseTypesMatchingJob, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.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.v4.CommuteFilter].
| Property Value | |
|---|---|
| Type | Description |
SearchJobsResponseTypesCommuteInfo |
|
Job
public Job Job { get; set; }Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.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.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|