attributes property

  1. @TagNumber.new(6)
List<KeyValue> get attributes

Additional attributes that describe the specific event occurrence. Optional. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).

Implementation

@$pb.TagNumber(6)
$core.List<$3.KeyValue> get attributes => $_getList(4);