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

EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRange

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

Range used to validate longs and ints.

interface EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRange {
max?: bigint;
min?: bigint;
}

§Properties

§
max?: bigint
[src]

The inclusive maximum of the acceptable range.

§
min?: bigint
[src]

The inclusive minimum of the acceptable range.