Class ExtensionChainMatchCondition
Conditions under which this chain is invoked for a request.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ExtensionChainMatchCondition : IDirectResponseSchema
Properties
CelExpression
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.
Declaration
[JsonProperty("celExpression")]
public virtual string CelExpression { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |