val mimeType: String?
is optional and specifies how to render the value. If it is null, the value is a string. Otherwise, the value is a base64-encoded string that represents a binary BLOB that should be interpreted as mimeType. You can wrap the value in Base64NormalString if needed.
mimeType
- is optional and specifies how to render the value. If it is null,
the value is a string. Otherwise, the value is a base64-encoded string that represents a
binary BLOB that should be interpreted as mimeType. You can wrap the value in
Base64NormalString if needed.