LayoutSection
data class LayoutSection(val isCollapsible: Boolean, val columns: Int, val heading: String, val id: String, val layoutRows: List<Layout.LayoutSection.Row>, val rows: Int, val usesHeading: Boolean)
Represents a record layout section.
Author
bhariharan