ScheduledSessionWindow
data class ScheduledSessionWindow(val scheduledSession: ScheduledSession, val eventTimestamp: Instant, val startDateTime: LocalDateTime, val endDateTime: LocalDateTime, val assessments: List<ScheduledAssessmentReference>, val sessionInfo: SessionInfo, val notifications: List<ScheduledNotification>?)
Constructors
Link copied to clipboard
constructor(scheduledSession: ScheduledSession, eventTimestamp: Instant, startDateTime: LocalDateTime, endDateTime: LocalDateTime, assessments: List<ScheduledAssessmentReference>, sessionInfo: SessionInfo, notifications: List<ScheduledNotification>?)