Show / Hide Table of Contents

Class ContactCenterQuota

Represents a quota for contact centers.

Inheritance
object
ContactCenterQuota
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX