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.