Values.GrpcGatewayRouteMetadataSourceAn object representing the metadata of the gateway route.
type nonrec t = {invert : Boolean.t option;Specify True to match anything except the match criteria. The default value is False.
*)match_ : GrpcMetadataMatchMethod.t option;The criteria for determining a metadata match.
*)name : HeaderName.t;A name for the gateway route metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of HeaderName.t
| `Structure of
(string
* [> `String of HeaderMatch.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ])
list ]