View Source GoogleApi.Jobs.V4.Model.HistogramQueryResult (google_api_jobs v0.18.0)
Histogram result that matches HistogramQuery specified in searches.
Attributes
-
histogram
(type:map()
, default:nil
) - A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: (for string histogram) string values stored in the field. (for named numeric bucket) name specified inbucket()
function, like forbucket(0, MAX, "non-negative")
, the key will benon-negative
. * (for anonymous numeric bucket) range formatted as-
, for example,0-1000
,MIN-0
, and0-MAX
. -
histogramQuery
(type:String.t
, default:nil
) - Requested histogram expression.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.