| Name | Type | Description | Notes |
|---|---|---|---|
| groups | Option<std::collections::HashMap<String, String>> | Construct a type with a set of properties K of type T | [optional] |
| string_value | Option<String> | [optional] | |
| numeric_value | Option<f64> | [optional] | |
| distinct_count | Option<i64> | [optional] | |
| distinct_counts | Option<std::collections::HashMap<String, f64>> | Construct a type with a set of properties K of type T | [optional] |