Staged

@Serializable
data class Staged(val id: UUID, val participants: Set<Participant>) : ParticipantGroupStatus

The participants have not yet been invited. The list of participants can still be modified.

Constructors

Link copied to clipboard
fun Staged(id: UUID, participants: Set<Participant>)

Properties

Link copied to clipboard
open override 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
open override val participants: Set<Participant>

The participants that are part of this group.