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