canReceiveRemoteAction = $canReceiveRemoteAction; } /** * @return bool */ public function getCanReceiveRemoteAction() { return $this->canReceiveRemoteAction; } /** * @param bool */ public function setHasScreen($hasScreen) { $this->hasScreen = $hasScreen; } /** * @return bool */ public function getHasScreen() { return $this->hasScreen; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantLogsMediaCapabilities::class, 'Google_Service_Contentwarehouse_AssistantLogsMediaCapabilities');