google_api_jobs v0.11.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 withkey.stringValueHistogramResult(type:map(), default:nil) - Stores a map from the values of string custom field associated withkeyto 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V3.Model.CustomAttributeHistogramResult{
key: String.t(),
longValueHistogramResult: GoogleApi.Jobs.V3.Model.NumericBucketingResult.t(),
stringValueHistogramResult: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.