CustomRuleCopyimport 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.