StudySnapshot

data class StudySnapshot(studyId: UUID, ownerId: UUID, name: String, description: String?, invitation: StudyInvitation, createdOn: Instant, protocolSnapshot: StudyProtocolSnapshot?, isLive: Boolean) : Snapshot<Study>

Types

Companion
Link copied to clipboard
object Companion

Functions

toObject
Link copied to clipboard
open override fun toObject(): Study

Properties

createdOn
Link copied to clipboard
open override val createdOn: Instant
description
Link copied to clipboard
val description: String? = null
invitation
Link copied to clipboard
val invitation: StudyInvitation
isLive
Link copied to clipboard
val isLive: Boolean
name
Link copied to clipboard
val name: String
ownerId
Link copied to clipboard
val ownerId: UUID
protocolSnapshot
Link copied to clipboard
val protocolSnapshot: StudyProtocolSnapshot?
studyId
Link copied to clipboard
val studyId: UUID