id property
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
Implementation
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.String v) { $_setString(0, v); }