Show / Hide Table of Contents

Class HistogramResult

Output only. Result of a histogram call. The response contains the histogram map for the search type specified by HistogramResult.field. The response is a map of each filter value to the corresponding count of jobs for that filter.

Inheritance
object
HistogramResult
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 HistogramResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SearchType

The Histogram search filters.

Declaration
[JsonProperty("searchType")]
public virtual string SearchType { get; set; }
Property Value
Type Description
string

Values

A map from the values of field to the number of jobs with that value in this search result. Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.

Declaration
[JsonProperty("values")]
public virtual IDictionary<string, int?> Values { get; set; }
Property Value
Type Description
IDictionary<string, int?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX