IMSThingActionsResponse Class Reference Inherits from NSObject Declared in IMSThingActions.h Overview 对物进行操作时的响应结果类 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 responseError 错误,失败时才有,可以参见 NSError+IMSThing.h @property (nonatomic, strong, nullable) NSError *responseError Discussion 错误,失败时才有,可以参见 NSError+IMSThing.h Declared In IMSThingActions.h