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

ListFindingsResponse

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

Response message for ListFindings.

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

§Properties

§
findings?: Finding[]
[src]

List of findings.

§
nextPageToken?: string
[src]

Page token.