/tripkit/TripKitData/com.skedgo.tripkit.data.database.timetables/AlertActionEntity
AlertActionEntity
\ data class AlertActionEntity(val text: String, val type: String, val excludedStopCodes: String)
Constructors
AlertActionEntity | constructor(text: String, type: String, excludedStopCodes: String) |
Properties
Name | Summary |
---|---|
excludedStopCodes | val excludedStopCodes: String |
text | val text: String |
type | val type: String |