attachmentId property

String? attachmentId
getter/setter pair

When present, contains the ID of an external attachment that can be retrieved in a separate messages.attachments.get request.

When not present, the entire content of the message part body is contained in the data field.

Implementation

core.String? attachmentId;