QChatSubscribeChannelParam class

"订阅频道"接口入参

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatSubscribeChannelParam({required QChatSubscribeType type, required QChatSubscribeOperateType operateType, required List<QChatChannelIdInfo> channelIdInfos})
QChatSubscribeChannelParam.fromJson(Map<String, dynamic> json)
factory

Properties

channelIdInfos List<QChatChannelIdInfo>
请求参数,操作的对象:channelInfo列表
final
hashCode int
The hash code for this object.
no setterinherited
operateType QChatSubscribeOperateType
请求参数,操作类型,见QChatSubOperateType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type QChatSubscribeType
请求参数,订阅类型,见QChatSubType
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