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

Backend

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

Backend defines the backend configuration for a service.

interface Backend {
rules?: BackendRule[];
}

§Properties

§

A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.