GoogleApi.NetworkServices.V1.Model.ExtensionChainMatchCondition (google_api_network_services v0.11.0)
View SourceConditions 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 }