Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
ListAddOnAttachmentsResponse
Response when listing add-on attachments.
JSON representation |
{
"addOnAttachments": [
{
object (AddOnAttachment )
}
],
"nextPageToken": string
} |
Fields |
addOnAttachments[] |
object (AddOnAttachment )
Attachments under the given post.
|
nextPageToken |
string
A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-27 UTC.
[null,null,["Last updated 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."]]],[]]