global class FeedLayout { global Boolean autocollapsePublisher; global Boolean compactFeed; global Metadata.FeedLayoutFilterPosition feedFilterPosition; global List feedFilters; global Boolean fullWidthFeed; global Boolean hideSidebar; global Boolean highlightExternalFeedItems; global List leftComponents; global List rightComponents; global Boolean useInlineFiltersInConsole; global FeedLayout() { } global Object clone() { } }