Class: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenterQuota

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_limitFixnum

Reflects the count limit of contact centers on a billing account. Corresponds to the JSON property contactCenterCountLimit

Returns:

  • (Fixnum)


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_sumFixnum

Reflects the count sum of contact centers on a billing account. Corresponds to the JSON property contactCenterCountSum

Returns:

  • (Fixnum)


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