diff options
Diffstat (limited to 'src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs')
| -rw-r--r-- | src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs b/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs index 8338373..64e148d 100644 --- a/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs +++ b/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs @@ -37,6 +37,7 @@ public class ArrivalsAtStopContent : IGraphRequest<ArrivalsAtStopContent.Args> gtfsId serviceId routeShortName + tripHeadsign route {{ gtfsId color @@ -112,6 +113,8 @@ public class ArrivalsAtStopResponse : AbstractGraphResponse [JsonPropertyName("routeShortName")] public required string RouteShortName { get; set; } + [JsonPropertyName("tripHeadsign")] public string? TripHeadsign { get; set; } + [JsonPropertyName("departureStoptime")] public required DepartureStoptime DepartureStoptime { get; set; } |
