Show / Hide Table of Contents

Class VehicleAttributeList

A list-of-lists datatype for vehicle attributes.

Inheritance
object
VehicleAttributeList
Implements
IMessage<VehicleAttributeList>
IEquatable<VehicleAttributeList>
IDeepCloneable<VehicleAttributeList>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class VehicleAttributeList : IMessage<VehicleAttributeList>, IEquatable<VehicleAttributeList>, IDeepCloneable<VehicleAttributeList>, IBufferMessage, IMessage

Constructors

VehicleAttributeList()

Declaration
public VehicleAttributeList()

VehicleAttributeList(VehicleAttributeList)

Declaration
public VehicleAttributeList(VehicleAttributeList other)
Parameters
Type Name Description
VehicleAttributeList other

Properties

Attributes

A list of attributes in this collection.

Declaration
public RepeatedField<VehicleAttribute> Attributes { get; }
Property Value
Type Description
RepeatedField<VehicleAttribute>
In this article
Back to top Generated by DocFX