Struct google_jobs3::MatchingJob[][src]

pub struct MatchingJob {
    pub search_text_snippet: Option<String>,
    pub job: Option<Job>,
    pub commute_info: Option<CommuteInfo>,
    pub job_summary: Option<String>,
    pub job_title_snippet: Option<String>,
}

Output only.

Job entry with metadata inside SearchJobsResponse.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

Job resource that matches the specified SearchJobsRequest.

Commute information which is generated based on specified CommuteFilter.

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

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

Trait Implementations

impl Default for MatchingJob
[src]

Returns the "default value" for a type. Read more

impl Clone for MatchingJob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MatchingJob
[src]

Formats the value using the given formatter. Read more

impl Part for MatchingJob
[src]

Auto Trait Implementations

impl Send for MatchingJob

impl Sync for MatchingJob