Search
class Search( val type: TransportType, val from: String, val to: String, val date: LocalDateFields) : TestAction
Content copied to clipboard
Travel search with custom data types:
/search?type={type}&from={from}&to={to}&date={date}
Constructors
Link copied to clipboard
fun Search( type: TransportType, from: String, to: String, date: LocalDateFields)
Content copied to clipboard