mimeType property

String? mimeType
getter/setter pair

Can be "text/plain" or "text/html".

For .tsv, "text/html" is used if mime_type is missing. For .html, this field must be "text/html" or empty. For .txt, this field must be "text/plain" or empty.

Optional.

Implementation

core.String? mimeType;