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

TimeSeriesDescriptor

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

A descriptor for the labels and points in a time series.

interface TimeSeriesDescriptor {
labelDescriptors?: LabelDescriptor[];
pointDescriptors?: ValueDescriptor[];
}

§Properties

§
labelDescriptors?: LabelDescriptor[]
[src]

Descriptors for the labels.

§
pointDescriptors?: ValueDescriptor[]
[src]

Descriptors for the point data value columns.