Class ListAttachmentsResponse (0.1.6)

ListAttachmentsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for the ListAttachments endpoint.

Attributes

NameDescription
attachments MutableSequence[google.cloud.support_v2.types.Attachment]
The list of attachments associated with the given case.
next_page_token str
A token to retrieve the next page of results. This should be set in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.