Class: Google::Maps::FleetEngine::V1::VehicleAttributeList
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::VehicleAttributeList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
A list-of-lists datatype for vehicle attributes.
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>
A list of attributes in this collection.
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>
Returns A list of attributes in this collection.
652 653 654 655 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 652 class VehicleAttributeList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |