class Google::Apis::JobsV4::HistogramQuery
The histogram request.
Attributes
histogram_query[RW]
An expression specifies a histogram request against matching jobs for searches. See SearchJobsRequest.histogram_queries
for details about syntax. Corresponds to the JSON property `histogramQuery` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v4/classes.rb, line 888 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_v4/classes.rb, line 893 def update!(**args) @histogram_query = args[:histogram_query] if args.key?(:histogram_query) end