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

ListNetworksResponse

import type { ListNetworksResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response message containing the list of networks.

interface ListNetworksResponse {
networks?: Network[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
networks?: Network[]
[src]

The list of networks.

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
unreachable?: string[]
[src]

Locations that could not be reached.