period = $period; } /** * @return string */ public function getPeriod() { return $this->period; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotificationRateLimit::class, 'Google_Service_Monitoring_NotificationRateLimit');