callEndingSoonWarningTime = $callEndingSoonWarningTime; } /** * @return string */ public function getCallEndingSoonWarningTime() { return $this->callEndingSoonWarningTime; } /** * @param string */ public function setCallEndingTime($callEndingTime) { $this->callEndingTime = $callEndingTime; } /** * @return string */ public function getCallEndingTime() { return $this->callEndingTime; } /** * @param bool */ public function setShowUpgradePromos($showUpgradePromos) { $this->showUpgradePromos = $showUpgradePromos; } /** * @return bool */ public function getShowUpgradePromos() { return $this->showUpgradePromos; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PaygateInfo::class, 'Google_Service_CloudSearch_PaygateInfo');