QChatSearchChannelByPageParam class

检索频道的接口入参

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatSearchChannelByPageParam({int? serverId, int? limit, bool asc = true, int? endTime, required String keyword, int? startTime, String? cursor, QChatChannelSearchSortEnum? sort})
QChatSearchChannelByPageParam.fromJson(Map<String, dynamic> json)
factory

Properties

asc bool
排序规则 true:正序;false:反序
getter/setter pair
cursor String?
查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor
getter/setter pair
endTime int?
查询时间范围的结束时间,要求比开始时间大
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyword String
检索关键字,目标检索服务器名称
final
limit int?
检索返回的最大记录数,最大和默认都是100
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器类型
getter/setter pair
sort QChatChannelSearchSortEnum?
排序条件
getter/setter pair
startTime 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.
inherited

Operators

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