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

GetCustomerQueryStatsResponse

import type { GetCustomerQueryStatsResponse } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface GetCustomerQueryStatsResponse {
totalQueryCount?: bigint;
}

§Properties

§
totalQueryCount?: bigint
[src]

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