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

GoogleAnalyticsAdminV1betaAccessMetric

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

The quantitative measurements of a report. For example, the metric accessCount is the total number of data access records.

interface GoogleAnalyticsAdminV1betaAccessMetric {
metricName?: string;
}

§Properties

§
metricName?: string
[src]

The API name of the metric. See Data Access Schema for the list of metrics supported in this API. Metrics are referenced by name in metricFilter & orderBys.