Class BucketRange
Represents starting and ending value of a range in double.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class BucketRange : IDirectResponseSchemaProperties
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? |