Values.HttpGatewayRoutePrefixRewriteSourceAn object representing the beginning characters of the route to rewrite.
type nonrec t = {defaultPrefix : DefaultGatewayRouteRewrite.t option;The default prefix used to replace the incoming route prefix when rewritten.
*)value : HttpGatewayRoutePrefix.t option;The value used to replace the incoming route prefix when rewritten.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of HttpGatewayRoutePrefix.t ])
list ]