global class DatacloudOrderInput {
|
global List<String> companyIds;
|
global List<String> contactIds;
|
global ConnectApi.DatacloudUserType userType;
|
global DatacloudOrderInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|