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

GoogleSecuritySafebrowsingV5ListHashListsResponse

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

The response containing metadata about hash lists.

interface GoogleSecuritySafebrowsingV5ListHashListsResponse {
nextPageToken?: string;
}

§Properties

§

The hash lists in an arbitrary order. Only metadata about the hash lists will be included, not the contents.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.