rateName = $rateName; } /** * @return string */ public function getRateName() { return $this->rateName; } /** * @param string */ public function setRateScope($rateScope) { $this->rateScope = $rateScope; } /** * @return string */ public function getRateScope() { return $this->rateScope; } /** * @param string */ public function setRetryDelay($retryDelay) { $this->retryDelay = $retryDelay; } /** * @return string */ public function getRetryDelay() { return $this->retryDelay; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ErrorsQuotaErrorDetails::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ErrorsQuotaErrorDetails');