Class: Google::Maps::FleetEngine::V1::ListVehiclesResponse
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::ListVehiclesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
ListVehicles response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
-
#total_size ⇒ ::Integer
Required.
-
#vehicles ⇒ ::Array<::Google::Maps::FleetEngine::V1::Vehicle>
Vehicles matching the criteria in the request.
Instance Attribute Details
#next_page_token ⇒ ::String
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vehicles ⇒ ::Array<::Google::Maps::FleetEngine::V1::Vehicle>
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |