QCloudSMHSearchListInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | QCloudSMHSearchListInfo.h QCloudSMHSearchListInfo.m |
searchId
搜索任务 ID,用于异步获取搜索结果;
@property (nonatomic, strong) NSString *searchIdDeclared In
QCloudSMHSearchListInfo.h
hasMore
布尔型,是否有更多搜索结果
@property (nonatomic, assign) NSInteger hasMoreDeclared In
QCloudSMHSearchListInfo.h
nextMarker
用于获取后续页的分页标识,仅当 hasMore 为 true 时才返回该字段;
@property (nonatomic, copy) NSString *nextMarkerDeclared In
QCloudSMHSearchListInfo.h
contents
contents: 第一页搜索结果,可能为空数组
@property (nonatomic, strong) NSArray<QCloudSMHContentInfo*> *contentsDeclared In
QCloudSMHSearchListInfo.h