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

GetSearchApplicationQueryStatsResponse

import type { GetSearchApplicationQueryStatsResponse } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Response format for getting query stats for a search application between given dates.

interface GetSearchApplicationQueryStatsResponse {
totalQueryCount?: bigint;
}

§Properties

§

Query stats per date for a search application.

§
totalQueryCount?: bigint
[src]

Total successful query count (status code 200) for the given date range.