Class HistogramFacets
Input only. Histogram facets to be specified in SearchJobsRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class HistogramFacets : IDirectResponseSchema
Properties
CompensationHistogramFacets
Optional. Specifies compensation field-based histogram requests. Duplicate values of CompensationHistogramRequest.type are not allowed.
Declaration
[JsonProperty("compensationHistogramFacets")]
public virtual IList<CompensationHistogramRequest> CompensationHistogramFacets { get; set; }
Property Value
Type | Description |
---|---|
IList<CompensationHistogramRequest> |
CustomAttributeHistogramFacets
Optional. Specifies the custom attributes histogram requests. Duplicate values of CustomAttributeHistogramRequest.key are not allowed.
Declaration
[JsonProperty("customAttributeHistogramFacets")]
public virtual IList<CustomAttributeHistogramRequest> CustomAttributeHistogramFacets { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomAttributeHistogramRequest> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleHistogramFacets
Optional. Specifies the simple type of histogram facets, for example, COMPANY_SIZE
, EMPLOYMENT_TYPE
etc.
Declaration
[JsonProperty("simpleHistogramFacets")]
public virtual IList<string> SimpleHistogramFacets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |