google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.SystemParameterRule View Source

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

Attributes

  • parameters (List[SystemParameter]): 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. Defaults to: null.
  • selector (String): Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details. Defaults to: null.