global class SummaryLayout {
|
global String masterLabel;
|
global Integer sizeX;
|
global Integer sizeY;
|
global Integer sizeZ;
|
global List<Metadata.SummaryLayoutItem> summaryLayoutItems;
|
global Metadata.SummaryLayoutStyleEnum summaryLayoutStyle;
|
global SummaryLayout() { }
|
global Object clone() { }
|
|
}
|