@@ -86,6 +86,7 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
8686 optional :trip_id , String , api_name : :tripId
8787
8888 # @!attribute trip_status
89+ # Trip-specific status for the arriving transit vehicle.
8990 #
9091 # @return [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus, nil]
9192 optional :trip_status ,
@@ -94,16 +95,26 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
9495
9596 # @!method initialize(last_location_update_time:, last_update_time:, vehicle_id:, location: nil, occupancy_capacity: nil, occupancy_count: nil, occupancy_status: nil, phase: nil, status: nil, trip_id: nil, trip_status: nil)
9697 # @param last_location_update_time [Integer]
98+ #
9799 # @param last_update_time [Integer]
100+ #
98101 # @param vehicle_id [String]
102+ #
99103 # @param location [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::Location]
104+ #
100105 # @param occupancy_capacity [Integer]
106+ #
101107 # @param occupancy_count [Integer]
108+ #
102109 # @param occupancy_status [String]
110+ #
103111 # @param phase [String]
112+ #
104113 # @param status [String]
114+ #
105115 # @param trip_id [String]
106- # @param trip_status [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus]
116+ #
117+ # @param trip_status [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus] Trip-specific status for the arriving transit vehicle.
107118
108119 # @see OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List#location
109120 class Location < OnebusawaySDK ::Internal ::Type ::BaseModel
@@ -300,6 +311,8 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
300311 # {OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus}
301312 # for more details.
302313 #
314+ # Trip-specific status for the arriving transit vehicle.
315+ #
303316 # @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
304317 #
305318 # @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.
0 commit comments