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

AspectRule

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

Rule-based configuration for an aspect.

interface AspectRule {
config?: {
[key: string]: any;
}
;
selector?: string;
}

§Properties

§
config?: {
[key: string]: any;
}
[src]

Required. Rules of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under google/api/configaspects/proto.

§
selector?: string
[src]

Required. Selects the RPC methods to which this rule applies. Refer to selector for syntax details.