google_api_jobs v0.9.0 GoogleApi.Jobs.V3.Model.HistogramFacets View Source
Input only.
Histogram facets to be specified in SearchJobsRequest.
Attributes
compensationHistogramFacets
(type:list(GoogleApi.Jobs.V3.Model.CompensationHistogramRequest.t)
, default:nil
) - Optional. Specifies compensation field-based histogram requests. Duplicate values of CompensationHistogramRequest.type are not allowed.customAttributeHistogramFacets
(type:list(GoogleApi.Jobs.V3.Model.CustomAttributeHistogramRequest.t)
, default:nil
) - Optional. Specifies the custom attributes histogram requests. Duplicate values of CustomAttributeHistogramRequest.key are not allowed.simpleHistogramFacets
(type:list(String.t)
, default:nil
) - Optional. Specifies the simple type of histogram facets, for example,COMPANY_SIZE
,EMPLOYMENT_TYPE
etc.
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.V3.Model.HistogramFacets{ compensationHistogramFacets: [ GoogleApi.Jobs.V3.Model.CompensationHistogramRequest.t() ], customAttributeHistogramFacets: [ GoogleApi.Jobs.V3.Model.CustomAttributeHistogramRequest.t() ], simpleHistogramFacets: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.