gatelineAPI reference
interface EngineDeferral {
    reason: string;
    rule: string;
    since: string;
    slug: string;
}

Properties

Properties

reason: string

The rule's own words — the arithmetic and the flag, verbatim.

rule: string

The engine rule that deferred it (MC, HB, …).

since: string

ISO timestamp of the first pass that deferred this run for this rule.

slug: string