google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.SystemParameterRule View Source

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

Attributes

  • parameters ([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.t): 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.ServiceManagement.V1.Model.SystemParameterRule{
  parameters: [GoogleApi.ServiceManagement.V1.Model.SystemParameter.t()],
  selector: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.