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

GoogleChecksReportV1alphaCheckStateMetadata

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

Additional information about the check state in relation to past reports.

interface GoogleChecksReportV1alphaCheckStateMetadata {
badges?:
| "CHECK_STATE_BADGE_UNSPECIFIED"
| "NEWLY_FAILING"
| "RECENTLY_FAILING"
| "RESOLVED"[];
firstFailingTime?: Date;
lastFailingTime?: Date;
}

§Properties

§
badges?: "CHECK_STATE_BADGE_UNSPECIFIED" | "NEWLY_FAILING" | "RECENTLY_FAILING" | "RESOLVED"[]
[src]

Indicators related to the check state.

§
firstFailingTime?: Date
[src]

The time when the check first started failing.

§
lastFailingTime?: Date
[src]

The last time the check failed.