Class: Google::Maps::FleetEngine::V1::VehicleAttribute

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/maps/fleetengine/v1/fleetengine.rb

Overview

Describes a vehicle attribute as a key-value pair. The "key:value" string length cannot exceed 256 characters.

Instance Attribute Summary collapse

Instance Attribute Details

#bool_value::Boolean



145
146
147
148
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 145

class VehicleAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key::String



145
146
147
148
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 145

class VehicleAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#number_value::Float



145
146
147
148
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 145

class VehicleAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#string_value::String



145
146
147
148
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 145

class VehicleAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String



145
146
147
148
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 145

class VehicleAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end