View Source GoogleApi.ServiceUsage.V1.Model.SystemParameterRule (google_api_service_usage v0.19.0)

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

Attributes

  • parameters (type: list(GoogleApi.ServiceUsage.V1.Model.SystemParameter.t), default: nil) - 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 (type: String.t, default: nil) - Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.SystemParameterRule{
  parameters: [GoogleApi.ServiceUsage.V1.Model.SystemParameter.t()] | nil,
  selector: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.