Class: Google::Maps::FleetEngine::V1::VehicleAttribute
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::VehicleAttribute
- 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
-
#bool_value ⇒ ::Boolean
Boolean typed attribute value.
-
#key ⇒ ::String
The attribute's key.
-
#number_value ⇒ ::Float
Double typed attribute value.
-
#string_value ⇒ ::String
String typed attribute value.
-
#value ⇒ ::String
The attribute's value.
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 |