Class CustomAttributeHistogramResult
Output only. Custom attribute histogram result.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class CustomAttributeHistogramResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Stores the key of custom attribute the histogram is performed on.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
LongValueHistogramResult
Stores bucketed histogram counting result or min/max values for custom attribute long values associated with
key
.
Declaration
[JsonProperty("longValueHistogramResult")]
public virtual NumericBucketingResult LongValueHistogramResult { get; set; }
Property Value
Type | Description |
---|---|
NumericBucketingResult |
StringValueHistogramResult
Stores a map from the values of string custom field associated with key
to the number of jobs with that
value in this histogram result.
Declaration
[JsonProperty("stringValueHistogramResult")]
public virtual IDictionary<string, int?> StringValueHistogramResult { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |