daysOfWeek = $daysOfWeek; } /** * @return string[] */ public function getDaysOfWeek() { return $this->daysOfWeek; } /** * @param GoogleTypeTimeOfDay[] */ public function setStartTimes($startTimes) { $this->startTimes = $startTimes; } /** * @return GoogleTypeTimeOfDay[] */ public function getStartTimes() { return $this->startTimes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WeeklySchedule::class, 'Google_Service_CloudAlloyDBAdmin_WeeklySchedule');