sunriseSimulationSupported = $sunriseSimulationSupported; } /** * @return bool */ public function getSunriseSimulationSupported() { return $this->sunriseSimulationSupported; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSunriseFeaturesSupport::class, 'Google_Service_Contentwarehouse_AssistantApiSunriseFeaturesSupport');