HistogramResult class
Result of a histogram call.
The response contains the histogram map for the search type specified by HistogramResult.field. The response is a map of each filter value to the corresponding count of jobs for that filter.
Output only.
Constructors
- 
          HistogramResult({String? searchType, Map<
String, int> ? values}) - HistogramResult.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - searchType ↔ String?
 - 
  The Histogram search filters.
Possible string values are:
  getter/setter pair
 - 
  values
  ↔ Map<
String, int> ? - 
  A map from the values of field to the number of jobs with that value in
this search 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