Values.RouteZoneSourceThe zone.
type nonrec t = {category : RouteZoneCategory.t option;The zone category.
*)name : SensitiveString.t option;The name of the zone.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SensitiveString.t ]) list ]