View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Quota (google_api_contact_center_ai_platform v0.2.0)

Quota details.

Attributes

  • contactCenterCountLimit (type: integer(), default: nil) - Reflects the count limit of contact centers on a billing account.
  • contactCenterCountSum (type: integer(), default: nil) - Reflects the count sum of contact centers on a billing account.
  • contactCenterInstanceSize (type: String.t, default: nil) - Contact center instance type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Quota{
  contactCenterCountLimit: integer() | nil,
  contactCenterCountSum: integer() | nil,
  contactCenterInstanceSize: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.