mimeType property

String? mimeType
getter/setter pair

The MIME type of the file.

This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.

Implementation

core.String? mimeType;