val value: String
is the mandatory value of the attribute. If mime type is null, the value is a key-value pair in JSON. Otherwise it's a base64-encoded string of a binary BLOB, that should be interpreted as mime type. You can wrap the value in Base64NormalString if needed.
value
- is the mandatory value of the attribute. If mime type is null, the value is
a key-value pair in JSON. Otherwise it's a base64-encoded string of a binary BLOB, that should
be interpreted as mime type. You can wrap the value in Base64NormalString if needed.