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.