View Source GoogleApi.Jobs.V2.Model.HistogramResults (google_api_jobs v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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()] }
Functions
Unwrap a decoded JSON object into its complex fields.