GoogleApi.Jobs.V3.Model.CustomAttributeHistogramResult (google_api_jobs v0.14.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.V3.Model.NumericBucketingResult.t
, default:nil
) - Stores bucketed histogram counting result or min/max values for custom attribute long values associated withkey
. -
stringValueHistogramResult
(type:map()
, default:nil
) - Stores a map from the values of string custom field associated withkey
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
Unwrap a decoded JSON object into its complex fields.