CustomAttributeHistogramResult class

Custom attribute histogram result.

Output only.

Constructors

CustomAttributeHistogramResult({String? key, NumericBucketingResult? longValueHistogramResult, Map<String, int>? stringValueHistogramResult})
CustomAttributeHistogramResult.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
Stores the key of custom attribute the histogram is performed on.
getter/setter pair
longValueHistogramResult NumericBucketingResult?
Stores bucketed histogram counting result or min/max values for custom attribute long values associated with key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValueHistogramResult Map<String, int>?
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited