global class PluginRequest { global Map inputParameters; global PluginRequest(Map inputParameters) { } global Object clone() { } }