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

MetricCompatibility

import type { MetricCompatibility } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The compatibility for a single metric.

interface MetricCompatibility {
compatibility?: "COMPATIBILITY_UNSPECIFIED" | "COMPATIBLE" | "INCOMPATIBLE";
metricMetadata?: MetricMetadata;
}

§Properties

§
compatibility?: "COMPATIBILITY_UNSPECIFIED" | "COMPATIBLE" | "INCOMPATIBLE"
[src]

The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.

§
metricMetadata?: MetricMetadata
[src]

The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.