attachments property

List<Attachment>? attachments
getter/setter pair

Attachments that were part of the quoted message.

These are copies of the quoted message's attachment metadata. Populated only for FORWARD quote type.

Output only.

Implementation

core.List<Attachment>? attachments;