Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
ModifyIndividualStudentsOptions
包含用于向课程作业或通知中添加或移除学生的字段,其中 assigneeMode
设置为 INDIVIDUAL_STUDENTS
。
JSON 表示法 |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
字段 |
addStudentIds[] |
string
要添加为有权访问此课程/通知的学生的 ID。
|
removeStudentIds[] |
string
要移除对此课程/通知访问权限的学生的 ID。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-06。
[null,null,["最后更新时间 (UTC):2024-12-06。"],[[["The JSON structure is used for adding or removing individual student access to coursework or announcements."],["It includes two array fields: `addStudentIds` for specifying students to grant access and `removeStudentIds` for revoking access."],["Both fields utilize student IDs as strings for identifying the target individuals."]]],[]]