toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir
/
TripResponseContextDto
Trip
Response
Context
Dto
@
Serializable
data
class
TripResponseContextDto
(
val
situation
:
SituationDto
?
=
null
,
val
places
:
PlacesDto
?
=
null
)
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Trip
Response
Context
Dto
Link copied to clipboard
constructor
(
situation
:
SituationDto
?
=
null
,
places
:
PlacesDto
?
=
null
)
Properties
places
Link copied to clipboard
val
places
:
PlacesDto
?
=
null
situation
Link copied to clipboard
val
situation
:
SituationDto
?
=
null