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

ListProvisioningQuotasResponse

import type { ListProvisioningQuotasResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response message for the list of provisioning quotas.

interface ListProvisioningQuotasResponse {
nextPageToken?: string;
provisioningQuotas?: ProvisioningQuota[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
provisioningQuotas?: ProvisioningQuota[]
[src]

The provisioning quotas registered in this project.