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

ListImageVersionsResponse

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

The ImageVersions in a project and location.

interface ListImageVersionsResponse {
imageVersions?: ImageVersion[];
nextPageToken?: string;
}

§Properties

§
imageVersions?: ImageVersion[]
[src]

The list of supported ImageVersions in a location.

§
nextPageToken?: string
[src]

The page token used to query for the next page if one exists.