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

AccountsAppsReportsListOptions

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

Additional options for Checks#accountsAppsReportsList.

interface AccountsAppsReportsListOptions {
checksFilter?: string;
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
checksFilter?: string
[src]

Optional. An AIP-160 filter string to filter checks within reports. Only checks that match the filter string are included in the response. Example: state = FAILED

§
filter?: string
[src]

Optional. An AIP-160 filter string to filter reports. Example: appBundle.releaseType = PRE_RELEASE

§
pageSize?: number
[src]

Optional. The maximum number of reports to return. If unspecified, at most 10 reports 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 ListReports call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListReports must match the call that provided the page token.