Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
REST Resource: courses.students
- 资源:学生
<ph type="x-smartling-placeholder">
- 方法
资源:学生
JSON 表示法 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
字段 |
courseId |
string
课程的标识符。 只读。
|
userId |
string
用户的标识符。 当指定为请求的参数时,此标识符可以是以下其中一项:
- 用户的数字标识符
- 用户的电子邮件地址
- 字符串字面量
"me" ,表示发出请求的用户
|
profile |
object (UserProfile )
学生的全局用户信息。 只读。
|
studentWorkFolder |
object (DriveFolder )
有关此学生在本课程中作业的云端硬盘文件夹的信息。仅对学生和网域管理员可见。 只读。
|
方法 |
|
将用户添加为课程的学生。 |
|
删除课程的学生。 |
|
返回课程的学生。 |
|
返回允许请求者查看此课程的学生列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[null,null,["最后更新时间 (UTC):2025-02-27。"],[[["The Student resource represents a student enrolled in a course and includes their user ID, course ID, profile information, and a dedicated work folder."],["Students can be added to, removed from, and retrieved from a course, and a list of students in a course can be obtained."],["A Student resource has fields like `courseId`, `userId`, `profile`, and `studentWorkFolder`, which contain details about the student and their association with the course."],["The API provides methods to manage students in courses, including creating, deleting, retrieving, and listing students."]]],[]]