/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.favorites/GetTripFromWaypoints/WaypointResponse
WaypointResponse
\ data class WaypointResponse(val tripGroup: TripGroup? = null, val error: String? = "")
Constructors
WaypointResponse | constructor(tripGroup: TripGroup? = null, error: String? = "") |
Properties
Name | Summary |
---|---|
error | val error: String? |
tripGroup | val tripGroup: TripGroup? = null |