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

SearchFindingsResponse

import type { SearchFindingsResponse } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Response message for SearchFindings.

interface SearchFindingsResponse {
findings?: Finding[];
nextPageToken?: string;
}

§Properties

§
findings?: Finding[]
[src]

List of findings.

§
nextPageToken?: string
[src]

Page token.