ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpCategory
Expo
Fp
Category
@
Serializable
data
class
ExpoFpCategory
(
val
id
:
Int
,
val
name
:
String
=
""
,
val
exhibitors
:
List
<
Int
>
=
emptyList()
)
Category info.
Members
Constructors
Expo
Fp
Category
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
=
""
,
exhibitors
:
List
<
Int
>
=
emptyList()
)
Properties
exhibitors
Link copied to clipboard
@
SerialName
(
value
=
"exhibitors"
)
val
exhibitors
:
List
<
Int
>
List of exhibitors.
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
Category ID.
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
Category name.