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/servicemanagement:v1.ts";

Response message for ListServices method.

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

§Properties

§
nextPageToken?: string
[src]

Token that can be passed to ListServices to resume a paginated query.

§
services?: ManagedService[]
[src]

The returned services will only have the name field set.