Class: Google::Cloud::Talent::V4beta1::HistogramQuery
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::HistogramQuery
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb
Overview
Input Only.
The histogram request.
Instance Attribute Summary collapse
-
#histogram_query ⇒ String
An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
Instance Attribute Details
#histogram_query ⇒ String
Returns An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest#histogram_queries and SearchProfilesRequest#histogram_queries for details about syntax.
30 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb', line 30 class HistogramQuery; end |