HistogramResults class

Histogram results that match HistogramFacets specified in SearchJobsRequest.

Output only.

Constructors

HistogramResults({List<CompensationHistogramResult>? compensationHistogramResults, List<CustomAttributeHistogramResult>? customAttributeHistogramResults, List<HistogramResult>? simpleHistogramResults})
HistogramResults.fromJson(Map json_)

Properties

compensationHistogramResults List<CompensationHistogramResult>?
Specifies compensation field-based histogram results that match HistogramFacets.compensation_histogram_requests.
getter/setter pair
customAttributeHistogramResults List<CustomAttributeHistogramResult>?
Specifies histogram results for custom attributes that match HistogramFacets.custom_attribute_histogram_facets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleHistogramResults List<HistogramResult>?
Specifies histogram results that matches HistogramFacets.simple_histogram_facets.
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