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