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