Show / Hide Table of Contents

Class BucketRange

Represents starting and ending value of a range in double.

Inheritance
object
BucketRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX