mediaType property

String? mediaType
getter/setter pair

The media_type (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").

This field is available for all part types.

Implementation

core.String? mediaType;