VehicleInfo.proto 65 B

12345
  1. syntax = "proto3";
  2. message VehicleInfo {
  3. string vin = 1;
  4. }