RCCustomerServiceGroupItem Class Reference

Inherits from NSObject
Declared in RCCustomerServiceGroupItem.h

Overview

客服分组对象

  groupId

客服分组 id

@property (nonatomic, copy) NSString *groupId

Discussion

客服分组 id

Declared In

RCCustomerServiceGroupItem.h

  name

客服分组名称

@property (nonatomic, copy) NSString *name

Discussion

客服分组名称

Declared In

RCCustomerServiceGroupItem.h

  online

该客服分组是否在线,YES 表示在线, NO 表示不在线

@property (nonatomic, assign) BOOL online

Discussion

该客服分组是否在线,YES 表示在线, NO 表示不在线

Declared In

RCCustomerServiceGroupItem.h