google_api_jobs v0.6.0 GoogleApi.Jobs.V2.Model.HistogramResult View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V2.Model.HistogramResult{
  searchType: String.t(),
  values: map()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.