global class LocationLevelsOutputRepresentation {
|
global List<ConnectApi.InventoryProductOutputRepresentation> inventoryProducts;
|
global String locationId;
|
global LocationLevelsOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|