Staged

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

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

Constructors

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

Properties

id
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.

participants
Link copied to clipboard
open override val participants: Set<Participant>

The participants that are part of this group.