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

ProjectsLocationsListOptions

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

Additional options for ArtifactRegistry#projectsLocationsList.

interface ProjectsLocationsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160.

§
pageSize?: number
[src]

The maximum number of results to return. If not set, the service selects a default.

§
pageToken?: string
[src]

A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.