Class: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenterQuota
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenterQuota
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb
Overview
Represents a quota for contact centers.
Instance Attribute Summary collapse
-
#contact_center_count_limit ⇒ Fixnum
Reflects the count limit of contact centers on a billing account.
-
#contact_center_count_sum ⇒ Fixnum
Reflects the count sum of contact centers on a billing account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContactCenterQuota
constructor
A new instance of ContactCenterQuota.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContactCenterQuota
Returns a new instance of ContactCenterQuota.
171 172 173 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 171 def initialize(**args) update!(**args) end |
Instance Attribute Details
#contact_center_count_limit ⇒ Fixnum
Reflects the count limit of contact centers on a billing account.
Corresponds to the JSON property contactCenterCountLimit
164 165 166 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 164 def contact_center_count_limit @contact_center_count_limit end |
#contact_center_count_sum ⇒ Fixnum
Reflects the count sum of contact centers on a billing account.
Corresponds to the JSON property contactCenterCountSum
169 170 171 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 169 def contact_center_count_sum @contact_center_count_sum end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
176 177 178 179 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 176 def update!(**args) @contact_center_count_limit = args[:contact_center_count_limit] if args.key?(:contact_center_count_limit) @contact_center_count_sum = args[:contact_center_count_sum] if args.key?(:contact_center_count_sum) end |