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

Annotation

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

Text annotation with a set of attributes.

interface Annotation {
attributes?: Attributes;
description?: TruncatableString;
}

§Properties

§
attributes?: Attributes
[src]

A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

§

A user-supplied message describing the event. The maximum length for the description is 256 bytes.