attributes property

Map<String, String>? attributes
getter/setter pair

Attributes attached to the data.

The keys have semantic conventions and the consumers of the attributes should know how to deserialize the value bytes based on the keys.

Optional.

Implementation

core.Map<core.String, core.String>? attributes;