GoogleApi.NetworkServices.V1.Model.ExtensionChainMatchCondition (google_api_network_services v0.11.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.