![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
ThingSmartSceneLogDetailData provides more attributes for developers to generate log detail data object. More...
#import <ThingSmartSceneLogDetailModel.h>
Properties | |
NSString * | code |
The execute code of the action in the scene. More... | |
NSString * | msg |
The error message. More... | |
NSInteger | status |
The execute status of the action in the scene. More... | |
NSString * | detailName |
The detail user name. More... | |
NSString * | detailId |
The user id. More... | |
NSString * | icon |
The icon URL. More... | |
ThingSmartSceneLogDetailData provides more attributes for developers to generate log detail data object.
Definition at line 49 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The execute code of the action in the scene.
Definition at line 52 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The user id.
Definition at line 64 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The detail user name.
Definition at line 61 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The icon URL.
Definition at line 67 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicstrong |
The error message.
Definition at line 55 of file ThingSmartSceneLogDetailModel.h.
|
readwritenonatomicassign |
The execute status of the action in the scene.
Definition at line 58 of file ThingSmartSceneLogDetailModel.h.