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

GoogleCloudAiplatformV1Citation

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

Source attributions for content.

interface GoogleCloudAiplatformV1Citation {
readonly endIndex?: number;
readonly license?: string;
readonly publicationDate?: GoogleTypeDate;
readonly startIndex?: number;
readonly title?: string;
readonly uri?: string;
}

§Properties

§
readonly endIndex?: number
[src]

Output only. End index into the content.

§
readonly license?: string
[src]

Output only. License of the attribution.

§
readonly publicationDate?: GoogleTypeDate
[src]

Output only. Publication date of the attribution.

§
readonly startIndex?: number
[src]

Output only. Start index into the content.

§
readonly title?: string
[src]

Output only. Title of the attribution.

§
readonly uri?: string
[src]

Output only. Url reference of the attribution.