global class ServiceCatalogItemsOutput {
|
global Object actionDefinition;
|
global String actionDescription;
|
global String actionId;
|
global String actionLabel;
|
global String actionType;
|
global ServiceCatalogItemsOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|