Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MatchingJob

import type { MatchingJob } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Job entry with metadata inside SearchJobsResponse.

interface MatchingJob {
commuteInfo?: CommuteInfo;
job?: Job;
jobSummary?: string;
jobTitleSnippet?: string;
searchTextSnippet?: string;
}

§Properties

§
commuteInfo?: CommuteInfo
[src]

Commute information which is generated based on specified CommuteFilter.

§
job?: Job
[src]

Job resource that matches the specified SearchJobsRequest.

§
jobSummary?: string
[src]

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

§
jobTitleSnippet?: string
[src]

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.

§
searchTextSnippet?: string
[src]

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.