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

MetricHeaderEntry

import type { MetricHeaderEntry } from "https://googleapis.deno.dev/v1/analyticsreporting:v4.ts";

Header for the metrics.

interface MetricHeaderEntry {
name?: string;
type?:
| "METRIC_TYPE_UNSPECIFIED"
| "INTEGER"
| "FLOAT"
| "CURRENCY"
| "PERCENT"
| "TIME";
}

§Properties

§
name?: string
[src]

The name of the header.

§
type?: "METRIC_TYPE_UNSPECIFIED" | "INTEGER" | "FLOAT" | "CURRENCY" | "PERCENT" | "TIME"
[src]

The type of the metric, for example INTEGER.