google_api_jobs v0.11.0 GoogleApi.Jobs.V3.Model.CompensationHistogramResult View Source
Output only.
Compensation based histogram result.
Attributes
result(type:GoogleApi.Jobs.V3.Model.NumericBucketingResult.t, default:nil) - Histogram result.type(type:String.t, default:nil) - Type of the request, corresponding to CompensationHistogramRequest.type.
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.CompensationHistogramResult{
result: GoogleApi.Jobs.V3.Model.NumericBucketingResult.t(),
type: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.