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

Quota

import type { Quota } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Quota details.

interface Quota {
contactCenterCountLimit?: number;
contactCenterCountSum?: number;
contactCenterInstanceSize?:
| "INSTANCE_SIZE_UNSPECIFIED"
| "STANDARD_SMALL"
| "STANDARD_MEDIUM"
| "STANDARD_LARGE"
| "STANDARD_XLARGE"
| "STANDARD_2XLARGE"
| "STANDARD_3XLARGE"
| "DEV_XSMALL";
}

§Properties

§
contactCenterCountLimit?: number
[src]

Reflects the count limit of contact centers on a billing account.

§
contactCenterCountSum?: number
[src]

Reflects the count sum of contact centers on a billing account.

§
contactCenterInstanceSize?: "INSTANCE_SIZE_UNSPECIFIED" | "STANDARD_SMALL" | "STANDARD_MEDIUM" | "STANDARD_LARGE" | "STANDARD_XLARGE" | "STANDARD_2XLARGE" | "STANDARD_3XLARGE" | "DEV_XSMALL"
[src]

Contact center instance type.