QChatUpdateUserChannelPushConfigParam class
"更新用户频道推送配置"接口入参
- Inheritance
-
- Object
- QChatUpdateUserPushConfigParam
- QChatUpdateUserChannelPushConfigParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatUpdateUserChannelPushConfigParam({required QChatPushMsgType pushMsgType, required int channelId, required int serverId})
-
QChatUpdateUserChannelPushConfigParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelId → int
-
频道Id,必填
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushMsgType → QChatPushMsgType
-
推送消息类型选项
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
服务器Id,必填
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