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

EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRange

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

Range used to validate doubles and floats.

interface EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRange {
max?: number;
min?: number;
}

§Properties

§
max?: number
[src]

The inclusive maximum of the acceptable range.

§
min?: number
[src]

The inclusive minimum of the acceptable range.