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

HashListsListOptions

import type { HashListsListOptions } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";

Additional options for SafeBrowsing#hashListsList.

interface HashListsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of hash lists to return. The service may return fewer than this value. If unspecified, the server will choose a page size, which may be larger than the number of hash lists so that pagination is not necessary.

§
pageToken?: string
[src]

A page token, received from a previous ListHashLists call. Provide this to retrieve the subsequent page.