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