SetSessionLockdownData¶
- class SetSessionLockdownData[source]¶
SetSessionLockdownData(*, tag: “t.Literal[‘set’]”, max_entries: ‘int’, heartbeat_enforced: ‘bool’ = False, entry_window: ‘Maybe[EntryWindow]’ = Nothing)
- 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.