Class: Google::Maps::FleetEngine::V1::SearchTripsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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