modificationsId property
The 'id' from the FeedEntity in which the contained TripModifications object affects this trip.
Implementation
@$pb.TagNumber(1)
$core.String get modificationsId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set modificationsId($core.String v) { $_setString(0, v); }