EventParsedJson

@Serializable(with = EventParsedJsonSerializer::class)
data class EventParsedJson(val data: String)

Constructors

Link copied to clipboard
constructor(data: String)

Properties

Link copied to clipboard