Class Int64RangeMatch
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class Int64RangeMatch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RangeEnd
The end of the range (exclusive) in signed long integer format.
Declaration
[JsonProperty("rangeEnd")]
public virtual long? RangeEnd { get; set; }
Property Value
Type | Description |
---|---|
long? |
RangeStart
The start of the range (inclusive) in signed long integer format.
Declaration
[JsonProperty("rangeStart")]
public virtual long? RangeStart { get; set; }
Property Value
Type | Description |
---|---|
long? |