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

ProjectsLocationsSourcesErrorFramesListOptions

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

Additional options for MigrationCenter#projectsLocationsSourcesErrorFramesList.

interface ProjectsLocationsSourcesErrorFramesListOptions {
pageSize?: number;
pageToken?: string;
view?: "ERROR_FRAME_VIEW_UNSPECIFIED" | "ERROR_FRAME_VIEW_BASIC" | "ERROR_FRAME_VIEW_FULL";
}

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

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

§
view?: "ERROR_FRAME_VIEW_UNSPECIFIED" | "ERROR_FRAME_VIEW_BASIC" | "ERROR_FRAME_VIEW_FULL"
[src]

Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.