Show / Hide Table of Contents

Class DoubleRange

Specifies the double start and end of the range using half-open interval semantics [start, end).

Inheritance
object
DoubleRange
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class DoubleRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

End

end of the range (exclusive)

Declaration
[JsonProperty("end")]
public virtual double? End { get; set; }
Property Value
Type Description
double?

Start

start of the range (inclusive)

Declaration
[JsonProperty("start")]
public virtual double? Start { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX