toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.ui
/
AbstractComponent
/
Section
/
Section
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
)