EnrichmentRequest

@Serializable
class EnrichmentRequest(val user: Map<String, JsonElement?>, val device: Map<String, JsonElement>)(source)

Constructors

Link copied to clipboard
constructor(user: Map<String, JsonElement?>, device: Map<String, JsonElement>)

Properties

Link copied to clipboard
@SerialName(value = "device")
val device: Map<String, JsonElement>
Link copied to clipboard
@SerialName(value = "user")
val user: Map<String, JsonElement?>