global class EngagementAttendeeCreateOutput {
|
global ConnectApi.EngagementsIdOutput engagementAttendee;
|
global ConnectApi.EngagementStatusOutput status;
|
global EngagementAttendeeCreateOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|