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/websecurityscanner:v1.ts";

Response for the ListFindings method.

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

§Properties

§
findings?: Finding[]
[src]

The list of Findings returned.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.