Module Values.RouteVehicleNoticeDetailSource

Additional details of the notice.

Sourcetype nonrec t = {
  1. title : SensitiveString.t option;
    (*

    The notice title.

    *)
  2. violatedConstraints : RouteViolatedConstraints.t option;
    (*

    Any violated constraints.

    *)
}
Sourceval make : ?title:??? -> ?violatedConstraints:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t