Class CompensationHistogramRequest
Input only. Compensation based histogram request.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class CompensationHistogramRequest : IDirectResponseSchema
Properties
BucketingOption
Required. Numeric histogram options, like buckets, whether include min or max value.
Declaration
[JsonProperty("bucketingOption")]
public virtual NumericBucketingOption BucketingOption { get; set; }
Property Value
Type | Description |
---|---|
NumericBucketingOption |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. Type of the request, representing which field the histogramming should be performed over. A single
request can only specify one histogram of each CompensationHistogramRequestType
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |