QCloudSMHTeamMemberInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | QCloudSMHTeamMemberInfo.h QCloudSMHTeamMemberInfo.m |
userId
整数,用户 ID
@property (nonatomic, strong) NSString *userIdDeclared In
QCloudSMHTeamMemberInfo.h
countryCode
字符串,手机号国家码
@property (nonatomic, strong) NSString *countryCodeDeclared In
QCloudSMHTeamMemberInfo.h
phoneNumber
字符串,手机号码
@property (nonatomic, strong) NSString *phoneNumberDeclared In
QCloudSMHTeamMemberInfo.h
nickname
字符串,昵称
@property (nonatomic, strong) NSString *nicknameDeclared In
QCloudSMHTeamMemberInfo.h
comment
字符串,备注
@property (nonatomic, strong) NSString *commentDeclared In
QCloudSMHTeamMemberInfo.h
role
字符串,用户角色,'superAdmin' | ‘admin’ | ‘user’
@property (nonatomic, assign) QCloudSMHOrgUserRole roleDeclared In
QCloudSMHTeamMemberInfo.h
allowPersonalSpace
是否允许分配个人空间;
@property (nonatomic, strong) NSString *allowPersonalSpaceDeclared In
QCloudSMHTeamMemberInfo.h
capacity
个人空间存储额度,单位 Byte,仅当 WithSpaceUsage = true 时返回
@property (nonatomic, strong) NSString *capacityDeclared In
QCloudSMHTeamMemberInfo.h
availableSpace
个人空间剩余可使用存储额度,单位 Byte,仅当 WithSpaceUsage = true 时返回
@property (nonatomic, strong) NSString *availableSpaceDeclared In
QCloudSMHTeamMemberInfo.h
teams
用户所属团队列表,仅当 WithBelongingTeams = true 时返回
@property (nonatomic, strong) NSArray<QCloudSMHTeamInfo*> *teamsDeclared In
QCloudSMHTeamMemberInfo.h