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

DebugResponse

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

Debug Search Response.

interface DebugResponse {
gsrRequest?: Uint8Array;
gsrResponse?: Uint8Array;
searchResponse?: SearchResponse;
}

§Properties

§
gsrRequest?: Uint8Array
[src]

Serialized string of GenericSearchRequest.

§
gsrResponse?: Uint8Array
[src]

Serialized string of GenericSearchResponse.

§
searchResponse?: SearchResponse
[src]

Search response.