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

XPSMetricEntryLabel

import type { XPSMetricEntryLabel } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSMetricEntryLabel {
labelName?: string;
labelValue?: string;
}

§Properties

§
labelName?: string
[src]

The name of the label.

§
labelValue?: string
[src]

The value of the label.