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

InvalidRulesWrapper

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

Message wrappes a list of invalid rules.

interface InvalidRulesWrapper {
invalidRules?: InvalidRule[];
}

§Properties

§
invalidRules?: InvalidRule[]
[src]

The invalid rules that failed to be validated.