QChatAddChannelRoleParam class

Annotations
  • @JsonSerializable()

Constructors

QChatAddChannelRoleParam(int serverId, int serverRoleId, int channelId)
QChatAddChannelRoleParam.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int
频道Id
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
服务器Id,必填
final
serverRoleId int
服务器身份组Id,必填,生成的频道身份组从该服务器身份组继承,以此Id作为频道身份组的 parentRoleId
final

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.
inherited

Operators

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