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

GoogleCloudAiplatformV1Int64Array

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

A list of int64 values.

interface GoogleCloudAiplatformV1Int64Array {
values?: bigint[];
}

§Properties

§
values?: bigint[]
[src]

A list of int64 values.