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

ListDiscoveredServicesResponse

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

Response for ListDiscoveredServices.

interface ListDiscoveredServicesResponse {
discoveredServices?: DiscoveredService[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
discoveredServices?: DiscoveredService[]
[src]

List of Discovered Services.

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Locations that could not be reached.