StudyActivityEvent

constructor(eventId: String, timestamp: Instant, answerValue: String? = null, clientTimeZone: String? = null, recordCount: Int? = null, createdOn: String? = null, type: String? = null)

Parameters

eventId

event identifier

answerValue

answer value for a question event

timestamp

ISO 8601 date and time that the event occurred

clientTimeZone

An IANA Time Zone Database (TZDB) name for the participant’s time zone at the time the record is submitted. If present, this field will be validated to be a valid time zone name.

recordCount

The number of unique timestamp values that have been recorded for this events. Immutable events should only ever have one record, while mutable events (future_only and mutable) can have any number of historical values.

createdOn

ISO 8601 date and time that the user account was created.

type

StudyActivityEvent