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

GoogleChecksReportV1alphaDataMonitoringEndpointResult

import type { GoogleChecksReportV1alphaDataMonitoringEndpointResult } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Information about an endpoint that was contacted by your app.

interface GoogleChecksReportV1alphaDataMonitoringEndpointResult {
hitCount?: number;
}

§Properties

§

The endpoint that was contacted by your app.

§
hitCount?: number
[src]

The number of times this endpoint was contacted by your app.