HistogramFacets class

Input only.

Histogram facets to be specified in SearchJobsRequest.

Constructors

HistogramFacets({List<CompensationHistogramRequest>? compensationHistogramFacets, List<CustomAttributeHistogramRequest>? customAttributeHistogramFacets, List<String>? simpleHistogramFacets})
HistogramFacets.fromJson(Map json_)

Properties

compensationHistogramFacets List<CompensationHistogramRequest>?
Specifies compensation field-based histogram requests.
getter/setter pair
customAttributeHistogramFacets List<CustomAttributeHistogramRequest>?
Specifies the custom attributes histogram requests.
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
simpleHistogramFacets List<String>?
Specifies the simple type of histogram facets, for example, COMPANY_SIZE, EMPLOYMENT_TYPE etc.
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