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

V2LookupKeyResponse

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

Response message for LookupKey method.

interface V2LookupKeyResponse {
name?: string;
parent?: string;
}

§Properties

§
name?: string
[src]

The resource name of the API key. If the API key has been purged, resource name is empty.

§
parent?: string
[src]

The project that owns the key with the value specified in the request.