StudyActivityEventList

@Serializable
data class StudyActivityEventList(val items: List<StudyActivityEvent>? = null, val type: String? = null)

Parameters

items

Constructors

Link copied to clipboard
constructor(items: List<StudyActivityEvent>? = null, type: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "items")
val items: List<StudyActivityEvent>? = null
Link copied to clipboard
@SerialName(value = "type")
val type: String? = null