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

ListUtilizationReportsResponse

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

Response message for 'ListUtilizationReports' request.

interface ListUtilizationReportsResponse {
readonly nextPageToken?: string;
readonly unreachable?: string[];
readonly utilizationReports?: UtilizationReport[];
}

§Properties

§
readonly nextPageToken?: string
[src]

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
readonly unreachable?: string[]
[src]

Output only. Locations that could not be reached.

§
readonly utilizationReports?: UtilizationReport[]
[src]

Output only. The list of reports.