contactCenterCountLimit = $contactCenterCountLimit; } /** * @return int */ public function getContactCenterCountLimit() { return $this->contactCenterCountLimit; } /** * @param int */ public function setContactCenterCountSum($contactCenterCountSum) { $this->contactCenterCountSum = $contactCenterCountSum; } /** * @return int */ public function getContactCenterCountSum() { return $this->contactCenterCountSum; } /** * @param Quota[] */ public function setQuotas($quotas) { $this->quotas = $quotas; } /** * @return Quota[] */ public function getQuotas() { return $this->quotas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContactCenterQuota::class, 'Google_Service_CCAIPlatform_ContactCenterQuota');