QChatUpdateServerRoleParam class Null safety

Inheritance
Annotations

Constructors

QChatUpdateServerRoleParam(int serverId, int roleId, {String? name, String? icon, String? ext, Map<QChatRoleResource, QChatRoleOption>? resourceAuths, int? priority})
QChatUpdateServerRoleParam.fromJson(Map<String, dynamic> json)
factory

Properties

antiSpamConfig QChatAntiSpamConfig?
反垃圾配置
@JsonKey(fromJson: antiSpamConfigFromJson), read / write, inherited
ext String?
身份组扩展字段
read / write
hashCode int
The hash code for this object.
read-only, inherited
icon String?
身份组图片url
read / write
name String?
身份组名称
read / write
priority int?
优先级
read / write
resourceAuths Map<QChatRoleResource, QChatRoleOption>?
要操作的权限列表,最多操作50个
read / write
roleId int
身份组id,必填
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int
服务器id,必填
final

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