stringValues property

List<String>? stringValues
final

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

Implementation

final List<String>? stringValues;