ModifyIndividualStudentsOptions
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Contiene campi per aggiungere o rimuovere studenti da un lavoro o annuncio del corso in cui assigneeMode
è impostato su INDIVIDUAL_STUDENTS
.
Rappresentazione JSON |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
Campi |
addStudentIds[] |
string
ID degli studenti da aggiungere come utenti con accesso a questo corso/annuncio.
|
removeStudentIds[] |
string
ID degli studenti a cui deve essere rimosso l'accesso a questo corso/annuncio.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# ModifyIndividualStudentsOptions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains fields to add or remove students from a course work or announcement where the `assigneeMode` is set to `INDIVIDUAL_STUDENTS`.\n\n| JSON representation |\n|-------------------------------------------------------------------------|\n| ``` { \"addStudentIds\": [ string ], \"removeStudentIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------------|--------------------------------------------------------------------------------------------|\n| `addStudentIds[]` | `string` IDs of students to be added as having access to this coursework/announcement. |\n| `removeStudentIds[]` | `string` IDs of students to be removed from having access to this coursework/announcement. |"]]