GoogleApi.Jobs.V2.Model.CustomAttributeHistogramResult (google_api_jobs v0.21.0)

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.V2.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.