Values.RouteVehicleLicensePlateSourceLicense plate information of the vehicle. Currently, only the last character is used where license plate based controlled access is enforced.
type nonrec t = {lastCharacter : RouteVehicleLicensePlateLastCharacterString.t option;The last character of the License Plate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RouteVehicleLicensePlateLastCharacterString.t ])
list ]