global class QuickActionResult { global Id contextid; global Boolean created; global List errors; global List ids; global Boolean success; global String successmessage; global Id getContextId() { } global List getErrors() { } global List getIds() { } global String getSuccessMessage() { } global Boolean isCreated() { } global Boolean isSuccess() { } }