Class ExtensionBindingMatchConditionToDestinationHeaderSet
Describes a set of HTTP headers to match against.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ExtensionBindingMatchConditionToDestinationHeaderSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headers
Required. A list of headers to match against in http header. If multiple header matches are provided, they will be evaluated as an AND, i.e. all header matches must match for the request to match.
Declaration
[JsonProperty("headers")]
public virtual IList<ExtensionBindingMatchConditionHeaderMatch> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ExtensionBindingMatchConditionHeaderMatch> |