View Source GoogleApi.Jobs.V3.Model.HistogramResult (google_api_jobs v0.19.0)

Output only. Result of a histogram call. The response contains the histogram map for the search type specified by HistogramResult.field. The response is a map of each filter value to the corresponding count of jobs for that filter.

Attributes

  • searchType (type: String.t, default: nil) - The Histogram search filters.
  • values (type: map(), default: nil) - A map from the values of field to the number of jobs with that value in this search result. Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V3.Model.HistogramResult{
  searchType: String.t() | nil,
  values: map() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.