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

TextValues

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

List of text values.

interface TextValues {
values?: string[];
}

§Properties

§
values?: string[]
[src]

The maximum allowable length for text values is 2048 characters.