Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.86 KB

SearchDto.md

File metadata and controls

29 lines (24 loc) · 1.86 KB

r2gapi_flutter_sdk.model.SearchDto

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
page PageRequest [optional] [default to null]
tripTypes BuiltList<String> what kind of trips to look for [optional] [default to const []]
startPoint SearchRadius [optional] [default to null]
endPoint SearchRadius [optional] [default to null]
departure TimeRangeDto [optional] [default to null]
arrival TimeRangeDto [optional] [default to null]
reoccurDays BuiltList<String> on which days should the trip reoccur [optional] [default to const []]
smoking String is smoking allowed (irrelevant by default) [optional] [default to null]
animals String are animals allowed (irrelevant by default) [optional] [default to null]
transportTypes BuiltList<String> types of transport [optional] [default to const []]
baggage String size of allowed baggage [optional] [default to null]
gender String desired gender of the driver (irrelevant by default) [optional] [default to null]
organizations BuiltList<String> organization associatons [optional] [default to const []]
availabilityStarts DateTime start of the availability of the trip [optional] [default to null]
availabilityEnds DateTime end of the availability of the trip [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]