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