GMTDDeliveryVehicle Class Reference
Overview
An immutable object representing a delivery vehicle.
Inherits GMTSImmutableData.
Static Public Member Functions | |
(instancetype) | + NS_UNAVAILABLE |
This class will only be initialized internally with response data from Fleet Engine. | |
Properties | |
GMTDFleetEngineIDString * | vehicleID |
The ID of the vehicle. | |
NSString * | vehicleName |
The name of the vehicle. | |
NSString * | providerID |
The provider of the vehicle. | |
NSArray< GMTDVehicleStop * > * | vehicleStops |
The stops assigned to this vehicle. |
Member Function Documentation
+ (instancetype) NS_UNAVAILABLE |
This class will only be initialized internally with response data from Fleet Engine.
Property Documentation
- (GMTDFleetEngineIDString*) vehicleID [read, assign] |
The ID of the vehicle.
- (NSString*) vehicleName [read, assign] |
The name of the vehicle.
- (NSString*) providerID [read, assign] |
The provider of the vehicle.
- (NSArray<GMTDVehicleStop *>*) vehicleStops [read, assign] |
The stops assigned to this vehicle.