Google Maps FleetEngine V1 Client - Class VehicleAttributeList (0.1.2)

Reference documentation and code samples for the Google Maps FleetEngine V1 Client class VehicleAttributeList.

A list-of-lists datatype for vehicle attributes.

Generated from protobuf message maps.fleetengine.v1.VehicleAttributeList

Namespace

Google \ Maps \ FleetEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ attributes array<Google\Maps\FleetEngine\V1\VehicleAttribute>

A list of attributes in this collection.

getAttributes

A list of attributes in this collection.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAttributes

A list of attributes in this collection.

Parameter
Name Description
var array<Google\Maps\FleetEngine\V1\VehicleAttribute>
Returns
Type Description
$this