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

EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex

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

Rule used to validate strings.

interface EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex {
exclusive?: boolean;
regex?: string;
}

§Properties

§
exclusive?: boolean
[src]

Whether the regex matcher is applied exclusively (if true, matching values will be rejected).

§
regex?: string
[src]

The regex applied to the input value(s).