stringValueHistogramResult property

Map<String, int>? stringValueHistogramResult
getter/setter pair

Stores a map from the values of string custom field associated with key to the number of jobs with that value in this histogram result.

Implementation

core.Map<core.String, core.int>? stringValueHistogramResult;