Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.21 KB

TripDto.md

File metadata and controls

34 lines (29 loc) · 2.21 KB

r2gapi_flutter_sdk.model.TripDto

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
created DateTime creation time of this object [optional] [default to null]
modified DateTime last modification time of this object [optional] [default to null]
deleted bool a flag, whether this object is deleted [optional] [default to null]
createdBy String id of creator [optional] [default to null]
modifiedBy String id of modifier [optional] [default to null]
id String ID of this object [optional] [default to null]
url String URL of this object [optional] [default to null]
additionalType String additional type information [optional] [default to null]
name String name of this object [optional] [default to null]
image String an image of this object [optional] [default to null]
description String description of this object [optional] [default to null]
departureTime DateTime departure time of the trip [optional] [default to null]
arrivalTime DateTime arrival time of the trip [optional] [default to null]
transport TransportDto [optional] [default to null]
participations BuiltList<ParticipationDto> participants [optional] [default to const []]
availableSeats int the seats currently available to this trip. at most Transport.seatingCapacity -1 (driver) [optional] [default to null]
offer OfferDto [optional] [default to null]
demand DemandDto [optional] [default to null]
smoking String smoking preferences of the trip [optional] [default to null]
animals String animal transport preferences of the trip [optional] [default to null]

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