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

SystemParameterRule

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

Define a system parameter rule mapping system parameter definitions to methods.

interface SystemParameterRule {
parameters?: SystemParameter[];
selector?: string;
}

§Properties

§
parameters?: SystemParameter[]
[src]

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.

§
selector?: string
[src]

Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.