location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Spectrum_SpectrumSchedule */ public function setSpectrumSchedules($spectrumSchedules) { $this->spectrumSchedules = $spectrumSchedules; } /** * @return Google_Service_Spectrum_SpectrumSchedule */ public function getSpectrumSchedules() { return $this->spectrumSchedules; } }