cronSchedule = $cronSchedule; } /** * @return string */ public function getCronSchedule() { return $this->cronSchedule; } /** * @param bool */ public function setPaused($paused) { $this->paused = $paused; } /** * @return bool */ public function getPaused() { return $this->paused; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Schedule::class, 'Google_Service_BackupforGKE_Schedule');