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

V2ListKeysResponse

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

Response message for ListKeys method.

interface V2ListKeysResponse {
keys?: V2Key[];
nextPageToken?: string;
}

§Properties

§
keys?: V2Key[]
[src]

A list of API keys.

§
nextPageToken?: string
[src]

The pagination token for the next page of results.