View Source GoogleApi.NetworkServices.V1.Model.ExtensionChainMatchCondition (google_api_network_services v0.4.0)

Conditions under which this chain is invoked for a request.

Attributes

  • celExpression (type: String.t, default: nil) - Required. A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed. For more information, see CEL matcher language reference.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkServices.V1.Model.ExtensionChainMatchCondition{
  celExpression: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.