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

ListScanConfigsResponse

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

Response for the ListScanConfigs method.

interface ListScanConfigsResponse {
nextPageToken?: string;
scanConfigs?: ScanConfig[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
scanConfigs?: ScanConfig[]
[src]

The list of ScanConfigs returned.