/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.controller/ViewControllerEvent/OnReportPlannedTrip
OnReportPlannedTrip
\ data class OnReportPlannedTrip(val tripGroups: List<TripGroup>, val trip: Trip)
Constructors
OnReportPlannedTrip | constructor(tripGroups: List<TripGroup>, trip: Trip) |
Properties
Name | Summary |
---|---|
trip | val trip: Trip |
tripGroups | val tripGroups: List<TripGroup> |