QCloudSMHTeamInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHTeamInfo.h
QCloudSMHTeamInfo.m

  nextMarker

当返回的条目被截断需要分页获取下一页时返回该字段,在请求下一页时该字段的值即为 NextMarker 参数值;当返回的条目没有被截断即无需继续获取下一页时,不返回该字段;

@property (nonatomic, copy) NSString *nextMarker

Declared In

QCloudSMHTeamInfo.h

  teamId

整数,团队 ID;

@property (nonatomic, strong) NSString *teamId

Declared In

QCloudSMHTeamInfo.h

  orgId

整数,组织 ID;

@property (nonatomic, strong) NSString *orgId

Declared In

QCloudSMHTeamInfo.h

  name

字符串,团队名称;

@property (nonatomic, strong) NSString *name

Declared In

QCloudSMHTeamInfo.h

  parentId

整数,父团队 ID;

@property (nonatomic, assign) NSInteger parentId

Declared In

QCloudSMHTeamInfo.h

  spaceId

字符串,团队空间 ID;

@property (nonatomic, strong) NSString *spaceId

Declared In

QCloudSMHTeamInfo.h

  userCount

整数,团队成员数量;

@property (nonatomic, assign) NSInteger userCount

Declared In

QCloudSMHTeamInfo.h

  recursiveUserCount

整数,递归团队成员数量,仅当 WithRecursiveUserCount = 1 时返回;

@property (nonatomic, assign) NSInteger recursiveUserCount

Declared In

QCloudSMHTeamInfo.h

  children

对象数组,子级团队列表;

@property (nonatomic, strong) NSArray<QCloudSMHTeamInfo*> *children

Declared In

QCloudSMHTeamInfo.h

  paths

字符串数组,团队的层级目录,假设团层级为 T1/T2/T3,则 T3 的 path 为 [‘T1’,‘T2’,‘T3’],仅当 WithPath = ture 时返回;

@property (nonatomic, copy) NSArray *paths

Declared In

QCloudSMHTeamInfo.h

  defaultRoleId

整数,默认角色 ID;

@property (nonatomic, assign) NSInteger defaultRoleId

Declared In

QCloudSMHTeamInfo.h

  pathNodes

对象数组,团队层级目录对象,仅当 WithPath = 1 时返回;

@property (nonatomic, strong) NSArray<QCloudSMHTeamInfoPathNode*> *pathNodes

Declared In

QCloudSMHTeamInfo.h