View Source GoogleApi.Jobs.V3.Model.CustomAttributeHistogramResult (google_api_jobs v0.18.0)

Output only. Custom attribute histogram result.

Attributes

  • key (type: String.t, default: nil) - Stores the key of custom attribute the histogram is performed on.
  • longValueHistogramResult (type: GoogleApi.Jobs.V3.Model.NumericBucketingResult.t, default: nil) - Stores bucketed histogram counting result or min/max values for custom attribute long values associated with key.
  • stringValueHistogramResult (type: map(), default: nil) - Stores a map from the values of string custom field associated with key to the number of jobs with that value in this histogram result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V3.Model.CustomAttributeHistogramResult{
  key: String.t() | nil,
  longValueHistogramResult:
    GoogleApi.Jobs.V3.Model.NumericBucketingResult.t() | nil,
  stringValueHistogramResult: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.