LocationDto

@Serializable
data class LocationDto(val placeReference: PlaceReferenceDto, val depArrTime: LocalDateTime? = null, val individualTransportOption: IndividualTransportOptionDto? = null)

Created by Deniz Kalem on 20.05.2026

Constructors

Link copied to clipboard
constructor(placeReference: PlaceReferenceDto, depArrTime: LocalDateTime? = null, individualTransportOption: IndividualTransportOptionDto? = null)

Properties