global class AssignedResourcesInput {
|
global List<ConnectApi.ExtendedFieldInput> extendedFields;
|
global Boolean isPrimaryResource;
|
global Boolean isRequiredResource;
|
global String serviceResourceId;
|
global AssignedResourcesInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|