attributes property

Map<String, String>? attributes
final

A JSON string containing up to three key-value pair in JSON format. For example:

{"attributes":{"string1":"string2"}}

Implementation

final Map<String, String>? attributes;