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

GoogleCloudAiplatformV1BoolArray

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

A list of boolean values.

interface GoogleCloudAiplatformV1BoolArray {
values?: boolean[];
}

§Properties

§
values?: boolean[]
[src]

A list of bool values.