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

ListProjectBillingInfoResponse

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

Request message for ListProjectBillingInfoResponse.

interface ListProjectBillingInfoResponse {
nextPageToken?: string;
projectBillingInfo?: ProjectBillingInfo[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
projectBillingInfo?: ProjectBillingInfo[]
[src]

A list of ProjectBillingInfo resources representing the projects associated with the billing account.