Class ExtensionBindingMatchCondition
Conditions to match against the incoming request.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ExtensionBindingMatchCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
To
Optional. Describes properties of a destination of a request. If specified, the extension will only be invoked on requests to destinations that match the specified criteria.
Declaration
[JsonProperty("to")]
public virtual ExtensionBindingMatchConditionTo To { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionBindingMatchConditionTo |