SystemParameterRuleResponse

data class SystemParameterRuleResponse(val parameters: List<SystemParameterResponse>, val selector: String)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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