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

GoogleAnalyticsAdminV1betaAccessMetricHeader

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

Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.

interface GoogleAnalyticsAdminV1betaAccessMetricHeader {
metricName?: string;
}

§Properties

§
metricName?: string
[src]

The metric's name; for example 'accessCount'.