OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.ser
/
StopEventResponseContextDto
Stop
Event
Response
Context
Dto
@
Serializable
data
class
StopEventResponseContextDto
(
val
situation
:
SituationDto
?
=
null
,
val
places
:
PlacesDto
?
=
null
)
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Stop
Event
Response
Context
Dto
Link copied to clipboard
constructor
(
situation
:
SituationDto
?
=
null
,
places
:
PlacesDto
?
=
null
)
Properties
places
Link copied to clipboard
val
places
:
PlacesDto
?
situation
Link copied to clipboard
val
situation
:
SituationDto
?