ListAddOnAttachmentsResponse
Risposta quando si elencano gli allegati di componenti aggiuntivi.
Rappresentazione JSON |
{
"addOnAttachments": [
{
object (AddOnAttachment )
}
],
"nextPageToken": string
} |
Campi |
addOnAttachments[] |
object (AddOnAttachment )
Allegati sotto il post specificato.
|
nextPageToken |
string
Un token, che può essere inviato come pageToken per recuperare la pagina successiva. Se questo campo viene omesso, non verranno visualizzate altre pagine.
|
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-02-27 UTC.
[null,null,["Ultimo aggiornamento 2025-02-27 UTC."],[[["This page details the JSON response structure when listing add-on attachments for announcements in Google Classroom."],["The response includes an array of `addOnAttachments` objects, each representing an attachment, and a `nextPageToken` for pagination."],["The `addOnAttachments` field provides information about the attachments associated with the post."],["The `nextPageToken` field helps retrieve subsequent pages of results, if any."]]],[]]