Payload

data class Payload(val jsonString: String, val dataMap: Map<String, Any>)

Represents additional structured data for an installation.

Constructors

Link copied to clipboard
constructor(jsonString: String, dataMap: Map<String, Any>)

Properties

Link copied to clipboard

a parsed map representation of the payload for easier access.

Link copied to clipboard

the raw JSON representation of the data.