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

ActiveMetricRestriction

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

A metric actively restricted in creating the report.

interface ActiveMetricRestriction {
metricName?: string;
restrictedMetricTypes?: "RESTRICTED_METRIC_TYPE_UNSPECIFIED" | "COST_DATA" | "REVENUE_DATA"[];
}

§Properties

§
metricName?: string
[src]

The name of the restricted metric.

§
restrictedMetricTypes?: "RESTRICTED_METRIC_TYPE_UNSPECIFIED" | "COST_DATA" | "REVENUE_DATA"[]
[src]

The reason for this metric's restriction.