LegBoardDto

constructor(stopPointRef: String, stopPointName: NameDto, plannedQuay: NameDto? = null, estimatedQuay: NameDto? = null, nameSuffix: NameDto? = null, serviceArrival: ServiceTimeDto? = null, serviceDeparture: ServiceTimeDto, order: Int? = null, requestStop: Boolean? = null, unplannedStop: Boolean? = null, notServicedStop: Boolean? = null, noBoardingAtStop: Boolean? = null, noAlightingAtStop: Boolean? = null, expectedDepartureOccupancy: List<ExpectedDepartureOccupancyDto>? = null)