QChatUpdateParam class

消息/系统通知相关接口更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatUpdateParam({required String postscript, String? pushContent, String? env, Map<String, dynamic>? pushPayload, bool routeEnable = true, String? extension})
QChatUpdateParam.fromJson(Map<String, dynamic> json)
factory

Properties

env String?
环境变量,用户可以根据不同的env配置不同的抄送和回调地址
getter/setter pair
extension String?
操作扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postscript String
操作附言
getter/setter pair
pushContent String?
推送文案
getter/setter pair
pushPayload Map<String, dynamic>?
推送payload,SDK会转成json字符串使用
getter/setter pair
routeEnable bool
是否需要抄送,默认true
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