Reference documentation and code samples for the Google Maps FleetEngine V1 Client class UpdateVehicleAttributesResponse.
UpdateVehicleAttributes
response message.
Generated from protobuf message maps.fleetengine.v1.UpdateVehicleAttributesResponse
Namespace
Google \ Maps \ FleetEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attributes |
array<Google\Maps\FleetEngine\V1\VehicleAttribute>
Required. The updated full list of vehicle attributes, including new, altered, and untouched attributes. |
getAttributes
Required. The updated full list of vehicle attributes, including new, altered, and untouched attributes.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAttributes
Required. The updated full list of vehicle attributes, including new, altered, and untouched attributes.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Maps\FleetEngine\V1\VehicleAttribute>
|
Returns | |
---|---|
Type | Description |
$this |