[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[],[],null,["# ListAddOnAttachmentsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse when listing add-on attachments.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"addOnAttachments\": [ { object (/workspace/classroom/reference/rest/v1/courses.announcements.addOnAttachments#AddOnAttachment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `addOnAttachments[]` | `object (`[AddOnAttachment](/workspace/classroom/reference/rest/v1/courses.announcements.addOnAttachments#AddOnAttachment)`)` Attachments under the given post. |\n| `nextPageToken` | `string` A token, which can be sent as [`pageToken`](/workspace/classroom/reference/rest/v1/courses.announcements.addOnAttachments/list#body.QUERY_PARAMETERS.page_token) to retrieve the next page. If this field is omitted, there are no subsequent pages. |"]]