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

ArrayValue

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

An array value.

interface ArrayValue {
values?: Value[];
}

§Properties

§
values?: Value[]
[src]

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.