Show / Hide Table of Contents

Class ExtensionBindingMatchConditionToDestinationHeaderSet

Describes a set of HTTP headers to match against.

Inheritance
object
ExtensionBindingMatchConditionToDestinationHeaderSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX