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

ListAvailableVersionsResponse

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

Response message for the list available versions request.

interface ListAvailableVersionsResponse {
availableVersions?: Version[];
nextPageToken?: string;
}

§Properties

§
availableVersions?: Version[]
[src]

Represents a list of versions that are supported.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results or empty if there are no more results in the list.