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

InvalidRule

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

Message represent an rule that failed to be validated.

interface InvalidRule {
displayName?: string;
gcsUri?: string;
name?: string;
valiadtionError?: string;
}

§Properties

§
displayName?: string
[src]

display name of the invalid rule

§
gcsUri?: string
[src]

cloud storage destination of the invalid rule

§
name?: string
[src]

name of the invalid rule

§
valiadtionError?: string
[src]

The error message of valdating rule formats.