data property

String? data
getter/setter pair

The body data of a MIME message part as a base64url encoded string.

May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment.

Implementation

core.String? data;