google_api_jobs v0.13.0 GoogleApi.Jobs.V3.Model.CustomAttributeHistogramResult View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.