NERoomRole
@objcMembers
public class NERoomRole : NSObject, Codable
角色
-
名称
Declaration
Swift
public var name: String -
限制人数
Declaration
Swift
public var limit: Int64 -
是否是超级管理员
Declaration
Swift
public var superRole: Bool? -
参数
Declaration
Swift
public var params: NERoleParams?
NERoomRole Class Reference