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

ProjectsScanConfigsScanRunsListOptions

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

Additional options for WebSecurityScanner#projectsScanConfigsScanRunsList.

interface ProjectsScanConfigsScanRunsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of ScanRuns to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

§
pageToken?: string
[src]

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.