InDeployment

@Serializable
sealed class InDeployment : ParticipantGroupStatus

A ParticipantGroup that has been invited to a StudyDeployment.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val id: UUID

The ID of this participant group, which is equivalent to the ID of the associated study deployment once deployed.

Link copied to clipboard
abstract val invitedOn: Instant

The time at which the participant group was invited.

Link copied to clipboard

The participants that are part of this group.

Link copied to clipboard
abstract val studyDeploymentStatus: StudyDeploymentStatus

The deployment status of the study deployment the participants were invited to.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard