Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Int64RangeMatch

import type { Int64RangeMatch } from "https://googleapis.deno.dev/v1/compute:v1.ts";

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

interface Int64RangeMatch {
rangeEnd?: bigint;
rangeStart?: bigint;
}

§Properties

§
rangeEnd?: bigint
[src]

The end of the range (exclusive) in signed long integer format.

§
rangeStart?: bigint
[src]

The start of the range (inclusive) in signed long integer format.