global class QuickActionTemplateResult { global String contextid; global SObject defaultvalueformulas; global SObject defaultvalues; global List errors; global Boolean success; global String getContextId() { } global SObject getDefaultValueFormulas() { } global SObject getDefaultValues() { } global List getErrors() { } global Boolean isSuccess() { } }