Class Int64RangeMatch
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Inheritance
System.Object
Int64RangeMatch
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class Int64RangeMatch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int64> |
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 |
|---|---|
| System.Nullable<System.Int64> |