global class EngagementsIdCreateOutput {
|
global List<ConnectApi.EngagementsIdOutput> engagementAttendees;
|
global List<ConnectApi.EngagementsIdOutput> engagementTopics;
|
global String id;
|
global EngagementsIdCreateOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|