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

Response message for the ListServices method.

interface ListServicesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

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

§

The available services for the requested project.