Show / Hide Table of Contents

Class Int64RangeMatch

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

Inheritance
object
Int64RangeMatch
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.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
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX