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

ListServiceConfigsResponse

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

Response message for ListServiceConfigs method.

interface ListServiceConfigsResponse {
nextPageToken?: string;
serviceConfigs?: Service[];
}

§Properties

§
nextPageToken?: string
[src]

The token of the next page of results.

§
serviceConfigs?: Service[]
[src]

The list of service configuration resources.