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

GoogleCloudRecaptchaenterpriseV1Metrics

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

Metrics for a single Key.

interface GoogleCloudRecaptchaenterpriseV1Metrics {
readonly name?: string;
startTime?: Date;
}

§Properties

§

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

§
readonly name?: string
[src]

Output only. Identifier. The name of the metrics, in the format projects/{project}/keys/{key}/metrics.

§

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

§
startTime?: Date
[src]

Inclusive start time aligned to a day (UTC).