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

LabelValue

import type { LabelValue } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

A label value.

interface LabelValue {
boolValue?: boolean;
int64Value?: bigint;
stringValue?: string;
}

§Properties

§
boolValue?: boolean
[src]

A bool label value.

§
int64Value?: bigint
[src]

An int64 label value.

§
stringValue?: string
[src]

A string label value.