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;
}import type { AspectRule } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";Rule-based configuration for an aspect.