On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

GMTSVehicleAttributeKeyValuePair Class Reference

Stay organized with collections Save and categorize content based on your preferences.
GMTSVehicleAttributeKeyValuePair Class Reference

Overview

Object that contains a vehicle attribute key/value pair.

Inherits GMTSImmutableData.

Public Member Functions

(instancetype) - initWithKey:value:
 Initialization of the object.

Properties

NSString * key
 The key of this pair.
NSString * value
 The value of this pair.

Member Function Documentation

- (instancetype) initWithKey: (NSString *)  key
value: (NSString *)  value 

Initialization of the object.

Parameters:
keyThe key, should not be nil.
valueThe value, should not be nil.

Property Documentation

- (NSString*) key [read, copy]

The key of this pair.

- (NSString*) value [read, copy]

The value of this pair.