allowedConferenceSolutionTypes = $allowedConferenceSolutionTypes; } /** * @return string[] */ public function getAllowedConferenceSolutionTypes() { return $this->allowedConferenceSolutionTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConferenceProperties::class, 'Google_Service_Calendar_ConferenceProperties');