class Google::Apis::JobsV3::CompensationHistogramResult
Output only. Compensation based histogram result.
Attributes
result[RW]
Output only. Custom numeric bucketing result. Corresponds to the JSON property `result` @return [Google::Apis::JobsV3::NumericBucketingResult]
type[RW]
Type of the request, corresponding to CompensationHistogramRequest.type
. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v3/classes.rb, line 568 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v3/classes.rb, line 573 def update!(**args) @result = args[:result] if args.key?(:result) @type = args[:type] if args.key?(:type) end