Show / Hide Table of Contents

Class Vehicle.Types.VehicleType

The type of vehicle.

Inheritance
object
Vehicle.Types.VehicleType
Implements
IMessage<Vehicle.Types.VehicleType>
IEquatable<Vehicle.Types.VehicleType>
IDeepCloneable<Vehicle.Types.VehicleType>
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 Vehicle.Types.VehicleType : IMessage<Vehicle.Types.VehicleType>, IEquatable<Vehicle.Types.VehicleType>, IDeepCloneable<Vehicle.Types.VehicleType>, IBufferMessage, IMessage

Constructors

VehicleType()

Declaration
public VehicleType()

VehicleType(VehicleType)

Declaration
public VehicleType(Vehicle.Types.VehicleType other)
Parameters
Type Name Description
Vehicle.Types.VehicleType other

Properties

Category

Vehicle type category

Declaration
public Vehicle.Types.VehicleType.Types.Category Category { get; set; }
Property Value
Type Description
Vehicle.Types.VehicleType.Types.Category
In this article
Back to top Generated by DocFX