Class CompensationHistogramResult
Output only. Compensation based histogram result.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class CompensationHistogramResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Histogram result.
Declaration
[JsonProperty("result")]
public virtual NumericBucketingResult Result { get; set; }
Property Value
Type | Description |
---|---|
NumericBucketingResult |
Type
Type of the request, corresponding to CompensationHistogramRequest.type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |