Class: Google::Maps::FleetEngine::V1::SearchTripsResponse
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::SearchTripsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/trip_api.rb
Overview
SearchTrips response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pass this token in the SearchTripsRequest to page through list results.
-
#trips ⇒ ::Array<::Google::Maps::FleetEngine::V1::Trip>
The list of trips for the requested vehicle.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pass this token in the SearchTripsRequest to page through list results. The API returns a trip list on each call, and when no more results remain the trip list is empty.
289 290 291 292 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 289 class SearchTripsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trips ⇒ ::Array<::Google::Maps::FleetEngine::V1::Trip>
Returns The list of trips for the requested vehicle.
289 290 291 292 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 289 class SearchTripsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |