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

ListServicesResponse

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

Response for ListServices.

interface ListServicesResponse {
nextPageToken?: string;
services?: Service[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
services?: Service[]
[src]

List of Services.

§
unreachable?: string[]
[src]

Locations that could not be reached.