ParticipantData

@Serializable
data class ParticipantData(val data: JsonObject, val identifier: String? = null, val type: String? = null)

The JSON data for a non-time series participant data attribute.

Parameters

data

A string containing the data to be saved for the participant data attribute.

identifier

The identifier of the participant data.

type

ParticipantData

Constructors

Link copied to clipboard
constructor(data: JsonObject, identifier: String? = null, type: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: JsonObject
Link copied to clipboard
@SerialName(value = "identifier")
val identifier: String? = null
Link copied to clipboard
@SerialName(value = "type")
val type: String? = null