tripkit-android / com.skedgo.tripkit.data.database.timetables / AlertActionEntity
AlertActionEntity
data class AlertActionEntity
Constructors
Name | Summary |
---|---|
<init> | AlertActionEntity(text: String , type: String , excludedStopCodes: String ) |
Properties
Name | Summary |
---|---|
excludedStopCodes | val excludedStopCodes: String |
text | val text: String |
type | val type: String |