QChatSearchChannelByPageParam class Null safety

检索频道的接口入参

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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