keyLabels property

List<String>? keyLabels
final

An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors. If the rule contains more than one key, then each unique combination of values for the keys is counted as a unique contributor.

Implementation

final List<String>? keyLabels;