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

GoogleCloudAiplatformV1StringArray

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

A list of string values.

interface GoogleCloudAiplatformV1StringArray {
values?: string[];
}

§Properties

§
values?: string[]
[src]

A list of string values.