Class: Google::Maps::FleetEngine::V1::VehicleAttributeList

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

Instance Attribute Details

#attributes::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>

Returns A list of attributes in this collection.

Returns:



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