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

ListReportConfigsResponse

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

Response message for listing report configs.

interface ListReportConfigsResponse {
nextPageToken?: string;
reportConfigs?: ReportConfig[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
reportConfigs?: ReportConfig[]
[src]

A list of report configs.

§
unreachable?: string[]
[src]

Locations that could not be reached.