mimeType property

String? mimeType
getter/setter pair

The format of the content field.

Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.

Implementation

core.String? mimeType;