QChatMsgUpdateInfo class

消息更新信息

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatMsgUpdateInfo({bool? routeEnable, String? pushPayload, String? env, String? pushContent, String? ext, String? msg, String? operatorAccount, int? operatorClientType})
QChatMsgUpdateInfo.fromJson(Map<String, dynamic> json)
factory

Properties

env String?
环境变量,用户可以根据不同的env配置不同的抄送和回调地址
getter/setter pair
ext String?
操作扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msg String?
操作附言
getter/setter pair
operatorAccount String?
操作账号
getter/setter pair
operatorClientType int?
操作客户端类型
getter/setter pair
pushContent String?
推送文案
getter/setter pair
pushPayload String?
推送payload
getter/setter pair
routeEnable bool?
是否需要抄送
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