ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpDetails
Expo
Fp
Details
@
Serializable
data
class
ExpoFpDetails
(
val
id
:
Int
=
0
,
val
type
:
ExpoFpDetailsType
,
val
name
:
String
=
""
,
val
externalId
:
String
=
""
,
val
boothsNames
:
List
<
String
>
=
emptyList()
)
Information about opened details panel.
Members
Constructors
Expo
Fp
Details
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
type
:
ExpoFpDetailsType
,
name
:
String
=
""
,
externalId
:
String
=
""
,
boothsNames
:
List
<
String
>
=
emptyList()
)
Properties
booths
Names
Link copied to clipboard
@
SerialName
(
value
=
"boothsNames"
)
val
boothsNames
:
List
<
String
>
Booths.
external
Id
Link copied to clipboard
@
SerialName
(
value
=
"externalId"
)
val
externalId
:
String
External ID.
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
=
0
Details ID.
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
Name.
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
ExpoFpDetailsType
Details type.