global class UpsertResult { global Boolean created; global List errors; global Id id; global Boolean success; global List getErrors() { } global Id getId() { } global Boolean isCreated() { } global Boolean isSuccess() { } }