Skip to content

Instantly share code, notes, and snippets.

@damoodamoo
Last active March 11, 2020 10:39
Show Gist options
  • Save damoodamoo/bdfe5ad65c93de324d1d322854838240 to your computer and use it in GitHub Desktop.
Save damoodamoo/bdfe5ad65c93de324d1d322854838240 to your computer and use it in GitHub Desktop.
// InvokeRequest object
public class InvokeRequest {
public Map<String, Object> Data;
public Map<String, Object> Metadata;
public InvokeRequest(){
Data = new HashMap<String, Object>();
Metadata = new HashMap<String, Object>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment