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

HistogramQuery

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

The histogram request.

interface HistogramQuery {
histogramQuery?: string;
}

§Properties

§
histogramQuery?: string
[src]

An expression specifies a histogram request against matching jobs for searches. See SearchJobsRequest.histogram_queries for details about syntax.