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

CompleteQueryResponse

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

Response of auto-complete query.

interface CompleteQueryResponse {
completionResults?: CompletionResult[];
metadata?: ResponseMetadata;
}

§Properties

§
completionResults?: CompletionResult[]
[src]

Results of the matching job/company candidates.

§

Additional information for the API invocation, such as the request tracking id.