Tuya iOS Smart Life App SDK 5.15.0
ThingSmartSceneLogDetailData Class Reference

ThingSmartSceneLogDetailData provides more attributes for developers to generate log detail data object. More...

#import <ThingSmartSceneLogDetailModel.h>

Inheritance diagram for ThingSmartSceneLogDetailData:

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...
 

Detailed Description

ThingSmartSceneLogDetailData provides more attributes for developers to generate log detail data object.

Definition at line 49 of file ThingSmartSceneLogDetailModel.h.

Property Documentation

◆ code

- (NSString *) code
readwritenonatomicstrong

The execute code of the action in the scene.

Definition at line 52 of file ThingSmartSceneLogDetailModel.h.

◆ detailId

- (NSString *) detailId
readwritenonatomicstrong

The user id.

Definition at line 64 of file ThingSmartSceneLogDetailModel.h.

◆ detailName

- (NSString *) detailName
readwritenonatomicstrong

The detail user name.

Definition at line 61 of file ThingSmartSceneLogDetailModel.h.

◆ icon

- (NSString *) icon
readwritenonatomicstrong

The icon URL.

Definition at line 67 of file ThingSmartSceneLogDetailModel.h.

◆ msg

- (NSString *) msg
readwritenonatomicstrong

The error message.

Definition at line 55 of file ThingSmartSceneLogDetailModel.h.

◆ status

- (NSInteger) status
readwritenonatomicassign

The execute status of the action in the scene.

Definition at line 58 of file ThingSmartSceneLogDetailModel.h.


The documentation for this class was generated from the following files: