QChatUpdateChannelCategoryBlackWhiteRoleAttachment class Null safety

频道分组修改黑白名单身份组通知附件

Inheritance
Annotations

Constructors

QChatUpdateChannelCategoryBlackWhiteRoleAttachment({int? serverId, QChatChannelBlackWhiteOperateType? channelBlackWhiteOperateType, int? channelCategoryId, int? roleId, QChatChannelBlackWhiteType? channelBlackWhiteType})
QChatUpdateChannelCategoryBlackWhiteRoleAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

channelBlackWhiteOperateType QChatChannelBlackWhiteOperateType?
获取黑白名单操作类型
read / write
channelBlackWhiteType QChatChannelBlackWhiteType?
获取黑白名单类型
read / write
channelCategoryId int?
频道分组Id
read / write
hashCode int
The hash code for this object.
read-only, inherited
roleId int?
黑白名单被操作身份组Id
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器Id
read / write

Methods

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

Operators

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