/tripkit/TripKitAndroid/com.skedgo.tripkit.regionrouting.data/GetRegionRouteRequest
GetRegionRouteRequest
\ data class GetRegionRouteRequest(val region: String, val query: String? = null, val operatorId: String? = null, val modes: List<String>? = null, val routesIds: List<String> = emptyList(), val routesNames: List<String> = emptyList(), val onlyRealTime: Boolean = false, val full: Boolean = false)
Constructors
GetRegionRouteRequest | constructor(region: String, query: String? = null, operatorId: String? = null, modes: List<String>? = null, routesIds: List<String> = emptyList(), routesNames: List<String> = emptyList(), onlyRealTime: Boolean = false, full: Boolean = false) |
Properties
Name | Summary |
---|---|
full | val full: Boolean = false |
modes | val modes: List<String>? = null |
onlyRealTime | val onlyRealTime: Boolean = false |
operatorId | @SerializedName(value = "operatorID") val operatorId: String? = null |
query | val query: String? = null |
region | val region: String |
routesIds | @SerializedName(value = "routesIDs") val routesIds: List<String> |
routesNames | val routesNames: List<String> |