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

AccountsReposScansListOptions

import type { AccountsReposScansListOptions } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Additional options for Checks#accountsReposScansList.

interface AccountsReposScansListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. An AIP-160 filter string to filter repo scans. Example: scmMetadata.branch = main

§
pageSize?: number
[src]

Optional. The maximum number of repo scans to return. If unspecified, at most 10 repo scans will be returned. The maximum value is 50; values above 50 will be coerced to 50.

§
pageToken?: string
[src]

Optional. A page token received from a previous ListRepoScans call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRepoScans must match the call that provided the page token.