global class AssetRevertHistoryInputRepresentation {
|
global String historyId;
|
global String historyLabel;
|
global AssetRevertHistoryInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|