/var/www/flurhymez/vendor/google/apiclient-services/src/Calendar
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Calendar/ConferenceProperties.php (1352B)
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');