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

GoogleChecksReportV1alphaDataMonitoringResultMetadata

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

Information about a data monitoring result.

interface GoogleChecksReportV1alphaDataMonitoringResultMetadata {
badges?: "DATA_MONITORING_RESULT_BADGE_UNSPECIFIED" | "NEW"[];
firstDetectedTime?: Date;
lastDetectedAppVersion?: string;
lastDetectedTime?: Date;
}

§Properties

§
badges?: "DATA_MONITORING_RESULT_BADGE_UNSPECIFIED" | "NEW"[]
[src]

Badges that apply to this result.

§
firstDetectedTime?: Date
[src]

The timestamp when this result was first detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.

§
lastDetectedAppVersion?: string
[src]

Your app's version name when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.

§
lastDetectedTime?: Date
[src]

The timestamp when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.