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

CustomRule

import type { CustomRule } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Contains custom rule information.

interface CustomRule {
name?: string;
priority?: number;
ruleBlocks?: RuleBlock[];
}

§Properties

§
name?: string
[src]

Optional. Name of this custom rule.

§
priority?: number
[src]

Optional. Priority of the custom rule.

§
ruleBlocks?: RuleBlock[]
[src]

Optional. A list of field filter, the custom rule will apply.