interval = $interval; } /** * @return string */ public function getInterval() { return $this->interval; } /** * @param string */ public function setLimit($limit) { $this->limit = $limit; } /** * @return string */ public function getLimit() { return $this->limit; } /** * @param string */ public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } /** * @return string */ public function getTimeUnit() { return $this->timeUnit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1Quota::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Quota');