Class: Google::Apis::JobsV3p1beta1::HistogramResults

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/jobs_v3p1beta1/classes.rb,
lib/google/apis/jobs_v3p1beta1/representations.rb,
lib/google/apis/jobs_v3p1beta1/representations.rb

Overview

Output only. Histogram results that match HistogramFacets specified in SearchJobsRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HistogramResults

Returns a new instance of HistogramResults.



1147
1148
1149
# File 'lib/google/apis/jobs_v3p1beta1/classes.rb', line 1147

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compensation_histogram_resultsArray<Google::Apis::JobsV3p1beta1::CompensationHistogramResult>

Specifies compensation field-based histogram results that match HistogramFacets.compensation_histogram_requests. Corresponds to the JSON property compensationHistogramResults



1133
1134
1135
# File 'lib/google/apis/jobs_v3p1beta1/classes.rb', line 1133

def compensation_histogram_results
  @compensation_histogram_results
end

#custom_attribute_histogram_resultsArray<Google::Apis::JobsV3p1beta1::CustomAttributeHistogramResult>

Specifies histogram results for custom attributes that match HistogramFacets. custom_attribute_histogram_facets. Corresponds to the JSON property customAttributeHistogramResults



1139
1140
1141
# File 'lib/google/apis/jobs_v3p1beta1/classes.rb', line 1139

def custom_attribute_histogram_results
  @custom_attribute_histogram_results
end

#simple_histogram_resultsArray<Google::Apis::JobsV3p1beta1::HistogramResult>

Specifies histogram results that matches HistogramFacets. simple_histogram_facets. Corresponds to the JSON property simpleHistogramResults



1145
1146
1147
# File 'lib/google/apis/jobs_v3p1beta1/classes.rb', line 1145

def simple_histogram_results
  @simple_histogram_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1152
1153
1154
1155
1156
# File 'lib/google/apis/jobs_v3p1beta1/classes.rb', line 1152

def update!(**args)
  @compensation_histogram_results = args[:compensation_histogram_results] if args.key?(:compensation_histogram_results)
  @custom_attribute_histogram_results = args[:custom_attribute_histogram_results] if args.key?(:custom_attribute_histogram_results)
  @simple_histogram_results = args[:simple_histogram_results] if args.key?(:simple_histogram_results)
end