IMSThingActionsResponse Class Reference
Inherits from | NSObject |
---|---|
Declared in | IMSThingActions.h |
success
响应结果,成功或者失败
@property (nonatomic, assign) BOOL success
Discussion
响应结果,成功或者失败
Declared In
IMSThingActions.h
dataObject
服务端返回的 json 的 data 字段,一般为 NSData 结构,具体格式请参见云端 ‘物的核心模型服务’ 文档
@property (nonatomic, strong, nullable) id dataObject
Discussion
服务端返回的 json 的 data 字段,一般为 NSData 结构,具体格式请参见云端 ‘物的核心模型服务’ 文档
Declared In
IMSThingActions.h