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

Aspect

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

Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto

interface Aspect {
kind?: string;
spec?: {
[key: string]: any;
}
;
}

§Properties

§
kind?: string
[src]

The type of this aspect configuration.

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

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