Values.GrpcRouteMetadataSourceAn object that represents the match metadata for the route.
type nonrec t = {invert : Boolean.t option;Specify True to match anything except the match criteria. The default value is False.
*)match_ : GrpcRouteMetadataMatchMethod.t option;An object that represents the data to match from the request.
*)name : HeaderName.t;The name of the route.
*)}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 ]