Section

constructor(componentId: String? = null, type: ComponentType = ComponentType.SECTION, name: String? = null, enabled: Boolean = true, i18n: String? = null, completion: Boolean? = false, components: List<AbstractComponent>? = null)