ExpoFpDetails

@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.

Constructors

Link copied to clipboard
constructor(id: Int = 0, type: ExpoFpDetailsType, name: String = "", externalId: String = "", boothsNames: List<String> = emptyList())

Properties

Link copied to clipboard
@SerialName(value = "boothsNames")
val boothsNames: List<String>

Booths.

Link copied to clipboard
@SerialName(value = "externalId")
val externalId: String

External ID.

Link copied to clipboard
@SerialName(value = "id")
val id: Int = 0

Details ID.

Link copied to clipboard
@SerialName(value = "name")
val name: String

Name.

Link copied to clipboard
@SerialName(value = "type")
val type: ExpoFpDetailsType

Details type.