![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartHomeMemberRequestModel.h>
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... | |
Definition at line 14 of file ThingSmartHomeMemberRequestModel.h.
|
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.
|
readwritenonatomicassign |
The member ID. It is a required field.
Definition at line 17 of file ThingSmartHomeMemberRequestModel.h.
|
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.
|
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.
|
readwritenonatomicassign |
The member's role ID.
Definition at line 26 of file ThingSmartHomeMemberRequestModel.h.