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

ContextParams

import type { ContextParams } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

Additional parameters that can be used to select resource variants. These include any global context parameters, per-resource type client feature capabilities and per-resource type functional attributes. All per-resource type attributes will be xds.resource. prefixed and some of these are documented below: xds.resource.listening_address: The value is "IP:port" (e.g. "10.1.1.3:8080") which is the listening address of a Listener. Used in a Listener resource query.

interface ContextParams {
params?: {
[key: string]: string;
}
;
}

§Properties

§
params?: {
[key: string]: string;
}
[src]