Show / Hide Table of Contents

Class HistogramFacets

Input only. Histogram facets to be specified in SearchJobsRequest.

Inheritance
object
HistogramFacets
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX