GoogleSecuritySafebrowsingV5ListHashListsResponse
import type { GoogleSecuritySafebrowsingV5ListHashListsResponse } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";
The response containing metadata about hash lists.
interface GoogleSecuritySafebrowsingV5ListHashListsResponse {
hashLists?: GoogleSecuritySafebrowsingV5HashList[];
nextPageToken?: string;
}§Properties
§
hashLists?: GoogleSecuritySafebrowsingV5HashList[]
[src]The hash lists in an arbitrary order. Only metadata about the hash lists will be included, not the contents.