global class Container { global Integer height; global Boolean isContainerAutoSizeEnabled; global String region; global List sidebarComponents; global String style; global String unit; global Integer width; global Container() { } global Object clone() { } }