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

Metadata

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

The dimensions, metrics and comparisons currently accepted in reporting methods.

interface Metadata {
dimensions?: DimensionMetadata[];
metrics?: MetricMetadata[];
name?: string;
}

§Properties

§
dimensions?: DimensionMetadata[]
[src]

The dimension descriptions.

§

The metric descriptions.

§
name?: string
[src]

Resource name of this metadata.