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

AttributeValue

import type { AttributeValue } from "https://googleapis.deno.dev/v1/cloudtrace:v2.ts";

The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.

interface AttributeValue {
boolValue?: boolean;
intValue?: bigint;
stringValue?: TruncatableString;
}

§Properties

§
boolValue?: boolean
[src]

A Boolean value represented by true or false.

§
intValue?: bigint
[src]

A 64-bit signed integer.

§

A string up to 256 bytes long.