attributes property

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

Attributes for PubsubMessage.

Pubsub message must contain either non-empty data, or at least one attribute.

Implementation

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