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

SearchItemsByViewUrlRequest

import type { SearchItemsByViewUrlRequest } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface SearchItemsByViewUrlRequest {
debugOptions?: DebugOptions;
pageToken?: string;
viewUrl?: string;
}

§Properties

§
debugOptions?: DebugOptions
[src]

Common debug options.

§
pageToken?: string
[src]

The next_page_token value returned from a previous request, if any.

§
viewUrl?: string
[src]

Specify the full view URL to find the corresponding item. The maximum length is 2048 characters.