QCloudSMHSearchListInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHSearchListInfo.h
QCloudSMHSearchListInfo.m

  searchId

搜索任务 ID,用于异步获取搜索结果;

@property (nonatomic, strong) NSString *searchId

Declared In

QCloudSMHSearchListInfo.h

  hasMore

布尔型,是否有更多搜索结果

@property (nonatomic, assign) NSInteger hasMore

Declared In

QCloudSMHSearchListInfo.h

  nextMarker

用于获取后续页的分页标识,仅当 hasMore 为 true 时才返回该字段;

@property (nonatomic, copy) NSString *nextMarker

Declared In

QCloudSMHSearchListInfo.h

  contents

contents: 第一页搜索结果,可能为空数组

@property (nonatomic, strong) NSArray<QCloudSMHContentInfo*> *contents

Declared In

QCloudSMHSearchListInfo.h