affectedTripId property
The trip_id from the GTFS feed that is modified by the modifications_id
Implementation
@$pb.TagNumber(2)
$core.String get affectedTripId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set affectedTripId($core.String v) { $_setString(1, v); }