global class TargetUpdateInput {
|
global String audienceId;
|
global Integer priority;
|
global String targetId;
|
global TargetUpdateInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|