global class LayoutSection {
|
global Boolean customLabel;
|
global Boolean detailHeading;
|
global Boolean editHeading;
|
global String label;
|
global List<Metadata.LayoutColumn> layoutColumns;
|
global Metadata.LayoutSectionStyle style;
|
global LayoutSection() { }
|
global Object clone() { }
|
|
}
|