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

ProjectsLocationsKeysListOptions

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

Additional options for APIKeys#projectsLocationsKeysList.

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

§Properties

§
pageSize?: number
[src]

Optional. Specifies the maximum number of results to be returned at a time.

§
pageToken?: string
[src]

Optional. Requests a specific page of results.

§
showDeleted?: boolean
[src]

Optional. Indicate that keys deleted in the past 30 days should also be returned.