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

ProjectsLocationsImageVersionsListOptions

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

Additional options for Composer#projectsLocationsImageVersionsList.

interface ProjectsLocationsImageVersionsListOptions {
includePastReleases?: boolean;
pageSize?: number;
pageToken?: string;
}

§Properties

§
includePastReleases?: boolean
[src]

Whether or not image versions from old releases should be included.

§
pageSize?: number
[src]

The maximum number of image_versions to return.

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.