attributes property

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

The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).

Implementation

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