classSwitchEnabled property

bool? classSwitchEnabled
getter/setter pair

课堂无感切换开关。null/true 表示启用;false 时即使有 nextClassId 也走原结束流程。

Implementation

bool? classSwitchEnabled;