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

ProjectsLocationsReportConfigsReportsListOptions

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

Additional options for MigrationCenter#projectsLocationsReportConfigsReportsList.

interface ProjectsLocationsReportConfigsReportsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
view?:
| "REPORT_VIEW_UNSPECIFIED"
| "REPORT_VIEW_BASIC"
| "REPORT_VIEW_FULL"
| "REPORT_VIEW_STANDARD";
}

§Properties

§
filter?: string
[src]

Filtering results.

§
orderBy?: string
[src]

Field to sort by. See https://google.aip.dev/132#ordering for more details.

§
pageSize?: number
[src]

Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

§
pageToken?: string
[src]

A token identifying a page of results that the server should return.

§
view?: "REPORT_VIEW_UNSPECIFIED" | "REPORT_VIEW_BASIC" | "REPORT_VIEW_FULL" | "REPORT_VIEW_STANDARD"
[src]

Determines what information to retrieve for each Report.