public sealed class ExtensionChain.Types.MatchCondition : IMessage<ExtensionChain.Types.MatchCondition>, IEquatable<ExtensionChain.Types.MatchCondition>, IDeepCloneable<ExtensionChain.Types.MatchCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class ExtensionChain.Types.MatchCondition.
Conditions under which this chain is invoked for a request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ExtensionChain.Types.MatchCondition` class within the Network Services v1 API."],["The `MatchCondition` class is used to define the conditions that trigger the execution of an extension chain for a given request."],["It inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that accepts another `MatchCondition` instance."],["It contains a `CelExpression` property, which is a required Common Expression Language (CEL) string used to determine if the extension chain should run."]]],[]]