global class ManagedContentActionRepresentation {
|
global String apiName;
|
global String description;
|
global Boolean isMassAction;
|
global String label;
|
global String namespace;
|
global ManagedContentActionRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|