Class ContactCenterQuota
Represents a quota for contact centers.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class ContactCenterQuota : IDirectResponseSchema
Properties
ContactCenterCountLimit
Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account.
Declaration
[JsonProperty("contactCenterCountLimit")]
public virtual int? ContactCenterCountLimit { get; set; }
Property Value
Type | Description |
---|---|
int? |
ContactCenterCountSum
Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account.
Declaration
[JsonProperty("contactCenterCountSum")]
public virtual int? ContactCenterCountSum { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Quotas
Quota details per contact center instance type.
Declaration
[JsonProperty("quotas")]
public virtual IList<Quota> Quotas { get; set; }
Property Value
Type | Description |
---|---|
IList<Quota> |