GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenterQuota (google_api_contact_center_ai_platform v0.6.0)
View SourceRepresents a quota for contact centers.
Attributes
-
contactCenterCountLimit
(type:integer()
, default:nil
) - Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account. -
contactCenterCountSum
(type:integer()
, default:nil
) - Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account. -
quotas
(type:list(GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Quota.t)
, default:nil
) - Quota details per contact center instance type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenterQuota{ contactCenterCountLimit: integer() | nil, contactCenterCountSum: integer() | nil, quotas: [GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Quota.t()] | nil }