QChatChannelRole class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatChannelRole()
QChatChannelRole.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int?
频道id
getter/setter pair
createTime int?
创建时间
getter/setter pair
ext String?
身份组扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
身份组图标url
getter/setter pair
name String?
身份组名称
getter/setter pair
parentRoleId int?
继承服务器的身份组id
getter/setter pair
resourceAuths Map<QChatRoleResource, QChatRoleOption>?
表示哪些资源的权限
getter/setter pair
roleId int?
身份组id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器id
getter/setter pair
type QChatRoleType?
身份组类型,详细见QChatRoleType
getter/setter pair
updateTime int?
更新时间
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited