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

ProjectsLocationsServicesListOptions

import type { ProjectsLocationsServicesListOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsServicesList.

interface ProjectsLocationsServicesListOptions {
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
pageSize?: number
[src]

Maximum number of Services to return in this call.

§
pageToken?: string
[src]

A page token received from a previous call to ListServices. All other parameters must match.

§
showDeleted?: boolean
[src]

If true, returns deleted (but unexpired) resources along with active ones.