QChatInviteApplyRecord class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatInviteApplyRecord()
QChatInviteApplyRecord.fromJson(Map<String, dynamic> json)
factory

Properties

accid String?
操作者账号
getter/setter pair
createTime int?
创建时间
getter/setter pair
data QChatInviteApplyRecordData?
邀请申请信息结果数据
getter/setter pair
expireTime int?
过期时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recordId int?
记录唯一标识
getter/setter pair
requestId int?
申请/邀请唯一标识
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器Id
getter/setter pair
status QChatInviteApplyRecordStatus?
申请/邀请记录状态
getter/setter pair
type QChatInviteApplyRecordType?
申请/邀请记录类型
getter/setter pair
updateTime int?
更新时间
getter/setter pair

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited