global class Layout { global List customButtons; global Metadata.CustomConsoleComponents customConsoleComponents; global Boolean emailDefault; global List excludeButtons; global Metadata.FeedLayout feedLayout; global List headers; global List layoutSections; global Metadata.MiniLayout miniLayout; global List multilineLayoutFields; global Metadata.PlatformActionList platformActionList; global Metadata.QuickActionList quickActionList; global Metadata.RelatedContent relatedContent; global List relatedLists; global List relatedObjects; global Boolean runAssignmentRulesDefault; global Boolean showEmailCheckbox; global Boolean showHighlightsPanel; global Boolean showInteractionLogPanel; global Boolean showKnowledgeComponent; global Boolean showRunAssignmentRulesCheckbox; global Boolean showSolutionSection; global Boolean showSubmitAndAttachButton; global Metadata.SummaryLayout summaryLayout; global Layout() { } global Object clone() { } }