Class BucketRange
Represents starting and ending value of a range in double.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class BucketRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
From
Starting value of the bucket range.
Declaration
[JsonProperty("from")]
public virtual double? From { get; set; }
Property Value
Type | Description |
---|---|
double? |
To
Ending value of the bucket range.
Declaration
[JsonProperty("to")]
public virtual double? To { get; set; }
Property Value
Type | Description |
---|---|
double? |