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

ProjectsLocationsRepositoriesDockerImagesListOptions

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

Additional options for ArtifactRegistry#projectsLocationsRepositoriesDockerImagesList.

interface ProjectsLocationsRepositoriesDockerImagesListOptions {
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
orderBy?: string
[src]

The field to order the results by.

§
pageSize?: number
[src]

The maximum number of artifacts to return.

§
pageToken?: string
[src]

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