google_api_jobs v0.13.1 GoogleApi.Jobs.V2.Model.HistogramResults View Source
Output only.
Histogram results that matches HistogramFacets specified in SearchJobsRequest.
Attributes
-
compensationHistogramResults
(type:list(GoogleApi.Jobs.V2.Model.CompensationHistogramResult.t)
, default:nil
) - Specifies compensation field-based histogram results that matches HistogramFacets.compensation_histogram_requests. -
customAttributeHistogramResults
(type:list(GoogleApi.Jobs.V2.Model.CustomAttributeHistogramResult.t)
, default:nil
) - Specifies histogram results for custom attributes that matches HistogramFacets.custom_attribute_histogram_facets. -
simpleHistogramResults
(type:list(GoogleApi.Jobs.V2.Model.HistogramResult.t)
, default:nil
) - Specifies histogram results that matches HistogramFacets.simple_histogram_facets.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V2.Model.HistogramResults{ compensationHistogramResults: [ GoogleApi.Jobs.V2.Model.CompensationHistogramResult.t() ], customAttributeHistogramResults: [ GoogleApi.Jobs.V2.Model.CustomAttributeHistogramResult.t() ], simpleHistogramResults: [GoogleApi.Jobs.V2.Model.HistogramResult.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.