QChatSubscribeChannelAsVisitorParam class
"以游客身份订阅频道"接口入参
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
QChatSubscribeChannelAsVisitorParam({required QChatSubscribeOperateType operateType, required List<
QChatChannelIdInfo> channelIdInfos}) -
QChatSubscribeChannelAsVisitorParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
channelIdInfos
↔ List<
QChatChannelIdInfo> -
请求参数,操作的对象:channelInfo列表
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operateType ↔ QChatSubscribeOperateType
-
请求参数,操作类型,见QChatSubOperateType
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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