GoogleSecuritySafebrowsingV5BatchGetHashListsResponse
import type { GoogleSecuritySafebrowsingV5BatchGetHashListsResponse } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";
The response containing multiple hash lists.
interface GoogleSecuritySafebrowsingV5BatchGetHashListsResponse {
hashLists?: GoogleSecuritySafebrowsingV5HashList[];
}§Properties
§
hashLists?: GoogleSecuritySafebrowsingV5HashList[]
[src]The hash lists in the same order given in the request.