Tuya iOS Smart Life App SDK 5.15.0
ThingSmartHomeMemberRequestModel Class Reference

#import <ThingSmartHomeMemberRequestModel.h>

Inheritance diagram for ThingSmartHomeMemberRequestModel:

Properties

long long memberId
 The member ID. It is a required field. More...
 
NSString * name
 The member's name. If the value is set to nil, the existing name is not updated. More...
 
ThingHomeRoleType role
 The member's role. Set the required role type. If you do not want to update the role type, keep the current role type or set it to "ThingHomeRoleType_Unknown". More...
 
long long roleId
 The member's role ID. More...
 
UIImage * headPic
 The members' avatars. If the value is set to nil, the existing avatars are not updated. More...
 

Detailed Description

Definition at line 14 of file ThingSmartHomeMemberRequestModel.h.

Property Documentation

◆ headPic

- (UIImage *) headPic
readwritenonatomicstrong

The members' avatars. If the value is set to nil, the existing avatars are not updated.

Definition at line 29 of file ThingSmartHomeMemberRequestModel.h.

◆ memberId

- (long long) memberId
readwritenonatomicassign

The member ID. It is a required field.

Definition at line 17 of file ThingSmartHomeMemberRequestModel.h.

◆ name

- (NSString *) name
readwritenonatomicstrong

The member's name. If the value is set to nil, the existing name is not updated.

Definition at line 20 of file ThingSmartHomeMemberRequestModel.h.

◆ role

- (ThingHomeRoleType) role
readwritenonatomicassign

The member's role. Set the required role type. If you do not want to update the role type, keep the current role type or set it to "ThingHomeRoleType_Unknown".

Definition at line 23 of file ThingSmartHomeMemberRequestModel.h.

◆ roleId

- (long long) roleId
readwritenonatomicassign

The member's role ID.

Definition at line 26 of file ThingSmartHomeMemberRequestModel.h.


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