Class HistogramResults
Output only. Histogram results that match HistogramFacets specified in SearchJobsRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class HistogramResults : IDirectResponseSchema
Properties
CompensationHistogramResults
Specifies compensation field-based histogram results that match HistogramFacets.compensation_histogram_requests.
Declaration
[JsonProperty("compensationHistogramResults")]
public virtual IList<CompensationHistogramResult> CompensationHistogramResults { get; set; }
Property Value
Type | Description |
---|---|
IList<CompensationHistogramResult> |
CustomAttributeHistogramResults
Specifies histogram results for custom attributes that match HistogramFacets.custom_attribute_histogram_facets.
Declaration
[JsonProperty("customAttributeHistogramResults")]
public virtual IList<CustomAttributeHistogramResult> CustomAttributeHistogramResults { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomAttributeHistogramResult> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleHistogramResults
Specifies histogram results that matches HistogramFacets.simple_histogram_facets.
Declaration
[JsonProperty("simpleHistogramResults")]
public virtual IList<HistogramResult> SimpleHistogramResults { get; set; }
Property Value
Type | Description |
---|---|
IList<HistogramResult> |