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

ListScanRunsResponse

import type { ListScanRunsResponse } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Response for the ListScanRuns method.

interface ListScanRunsResponse {
nextPageToken?: string;
scanRuns?: ScanRun[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
scanRuns?: ScanRun[]
[src]

The list of ScanRuns returned.