google_api_jobs v0.11.0 GoogleApi.Jobs.V2.Model.GetHistogramResponse View Source
Deprecated. Use SearchJobsRequest.histogram_facets instead to make a single call with both search and histogram.
Output only.
The response of the GetHistogram method.
Attributes
metadata(type:GoogleApi.Jobs.V2.Model.ResponseMetadata.t, default:nil) - Additional information for the API invocation, such as the request tracking id.results(type:list(GoogleApi.Jobs.V2.Model.HistogramResult.t), default:nil) - The Histogram results.
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.V2.Model.GetHistogramResponse{
metadata: GoogleApi.Jobs.V2.Model.ResponseMetadata.t(),
results: [GoogleApi.Jobs.V2.Model.HistogramResult.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.