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

IntegerList

import type { IntegerList } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A metric value representing a list of integers.

interface IntegerList {
elements?: SplitInt64[];
}

§Properties

§
elements?: SplitInt64[]
[src]

Elements of the list.