Class DoubleRange
Specifies the double start and end of the range using half-open interval semantics [start, end).
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.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? |