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

ListValue

import type { ListValue } from "https://googleapis.deno.dev/v1/script:v1.ts";

ListValue is a wrapper around a repeated field of values.

interface ListValue {
values?: Value[];
}

§Properties

§
values?: Value[]
[src]

Repeated field of dynamically typed values.