이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
ModifyIndividualStudentsOptions
assigneeMode
가 INDIVIDUAL_STUDENTS
로 설정된 경우 과정 과제 또는 공지사항에서 학생을 추가하거나 삭제하는 필드를 포함합니다.
JSON 표현 |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
필드 |
addStudentIds[] |
string
이 강의 과정/공지사항에 액세스할 수 있는 것으로 추가할 학생의 ID입니다.
|
removeStudentIds[] |
string
이 강의 과정/공지사항에 대한 액세스 권한이 삭제될 학생의 ID입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-06(UTC)
[null,null,["최종 업데이트: 2024-12-06(UTC)"],[[["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."]]],[]]