Show / Hide Table of Contents

Class CustomAttributeHistogramRequest

Custom attributes histogram request. An error is thrown if neither string_value_histogram or long_value_histogram_bucketing_option has been defined.

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

Properties

ETag

The ETag of the item.

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

Key

Required. Specifies the custom field key to perform a histogram on. If specified without long_value_histogram_bucketing_option, histogram on string values of the given key is triggered, otherwise histogram is performed on long values.

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

LongValueHistogramBucketingOption

Optional. Specifies buckets used to perform a range histogram on Job's filterable long custom field values, or min/max value requirements.

Declaration
[JsonProperty("longValueHistogramBucketingOption")]
public virtual NumericBucketingOption LongValueHistogramBucketingOption { get; set; }
Property Value
Type Description
NumericBucketingOption

StringValueHistogram

Optional. If set to true, the response includes the histogram value for each key as a string.

Declaration
[JsonProperty("stringValueHistogram")]
public virtual bool? StringValueHistogram { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX