LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
global class Layout {
    global List<String> customButtons;
    global Metadata.CustomConsoleComponents customConsoleComponents;
    global Boolean emailDefault;
    global List<String> excludeButtons;
    global Metadata.FeedLayout feedLayout;
    global List<Metadata.LayoutHeader> headers;
    global List<Metadata.LayoutSection> layoutSections;
    global Metadata.MiniLayout miniLayout;
    global List<String> multilineLayoutFields;
    global Metadata.PlatformActionList platformActionList;
    global Metadata.QuickActionList quickActionList;
    global Metadata.RelatedContent relatedContent;
    global List<Metadata.RelatedListItem> relatedLists;
    global List<String> 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() { }
 
}