Values.RouteVehicleNoticeDetailSourceAdditional details of the notice.
type nonrec t = {title : SensitiveString.t option;The notice title.
*)violatedConstraints : RouteViolatedConstraints.t option;Any violated constraints.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SensitiveString.t
| `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of DimensionCentimeters.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RouteNoticeDetailRangeMinInteger.t
| `Long of WeightKilograms.t ])
list ])
list ])
list ]