GMTSVehicleAttributeKeyValuePair 類別參考資料

GMTSVehicleAttributeKeyValuePair 類別參考

總覽

包含車輛屬性鍵/值組合的物件。

沿用 GMTCImmutableData

公開成員函式

(instancetype)- initWithKey:value:
 物件初始化。

資源

NSString * 
 這個組合的鍵。
NSString * value
 這個配對的值。

成員函式說明文件

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

物件初始化。

參數:
金鑰鍵,不能是 nil。
此值不能是 nil。

資源說明文件

- (NSString*) [read, copy]

這個組合的鍵。

- (NSString*) [read, copy]

這個配對的值。