Class: Google::Maps::FleetEngine::V1::UpdateVehicleAttributesResponse
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::UpdateVehicleAttributesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
UpdateVehicleAttributes
response message.
Instance Attribute Summary collapse
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>
Returns Required. The updated full list of vehicle attributes, including new, altered, and untouched attributes.
169 170 171 172 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 169 class UpdateVehicleAttributesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |