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

Response message for ListServices.

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

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. To retrieve the next page, call ListServices again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

§
services?: Service[]
[src]

A list of services.