StudyActivityEventRequest

@Serializable
class StudyActivityEventRequest(val eventId: String, val timestamp: Instant, val answerValue: String? = null, val clientTimeZone: String? = null, val type: String? = "CustomActivityEventRequest")

Constructors

Link copied to clipboard
constructor(eventId: String, timestamp: Instant, answerValue: String? = null, clientTimeZone: String? = null, type: String? = "CustomActivityEventRequest")

Properties

Link copied to clipboard
@SerialName(value = "answerValue")
val answerValue: String? = null
Link copied to clipboard
@SerialName(value = "clientTimeZone")
val clientTimeZone: String? = null
Link copied to clipboard
@SerialName(value = "eventId")
val eventId: String
Link copied to clipboard
@SerialName(value = "timestamp")
val timestamp: Instant
Link copied to clipboard
@SerialName(value = "type")
val type: String?