SetSessionLockdownData

class SetSessionLockdownData[source]

SetSessionLockdownData(*, tag: “t.Literal[‘set’]”, max_entries: ‘int’, heartbeat_enforced: ‘bool’ = False, entry_window: ‘Maybe[EntryWindow]’ = Nothing)

tag: Literal['set']

Discriminator

max_entries: int

Maximum number of entries per student

heartbeat_enforced: bool = False

Whether heartbeat enforcement is enabled

entry_window: Just[EntryWindow] | _Nothing[EntryWindow] = Nothing

The entry window: students may only enter the course between starts_at and ends_at. Omit to leave the window unset; both bounds are required when present.