QCloudSMHGetRecycleListRequest Class Reference
| Inherits from | QCloudSMHUserBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest |
|---|---|
| Declared in | QCloudSMHGetRecycleListRequest.h QCloudSMHGetRecycleListRequest.m |
limit
用于顺序列出分页时本地列出的项目数限制,可选参数,不能与 page 和 page_size 参数同时使用;
@property (nonatomic, assign) NSInteger limitDeclared In
QCloudSMHGetRecycleListRequest.h
marker
Marker: 用于顺序列出分页的标识,可选参数,不能与 page 和 page_size 参数同时使用;
@property (nonatomic, copy) NSString *markerDeclared In
QCloudSMHGetRecycleListRequest.h
sortType
排序字段, 按名称排序为 QCloudSMHSortTypeName, 按修改时间排序为 QCloudSMHSortTypeMTime, 按文件大小排序为 QCloudSMHSortTypeSize, 按创建时间排序为 QCloudSMHSortTypeCTime 按删除时间排序为 QCloudSMHSortTypeRemovalTime 按剩余时间排序为 QCloudSMHSortTypeRemainingTime 可选参数;
@property (nonatomic, assign) QCloudSMHSortType sortTypeDeclared In
QCloudSMHGetRecycleListRequest.h
removedBy
根据删除者 id 筛选信息,可选参数;
@property (nonatomic, strong) NSString *removedByDeclared In
QCloudSMHGetRecycleListRequest.h
spaceItems
筛选的空间集合,必传;
@property (nonatomic, strong) NSArray<QCloudSMHSpaceItem*> *spaceItemsDeclared In
QCloudSMHGetRecycleListRequest.h
withAllTeamSpace
是否快捷筛选当前用户加入的所有团队空间,默认 false;
@property (nonatomic, assign) BOOL withAllTeamSpaceDeclared In
QCloudSMHGetRecycleListRequest.h
withAllGroupSpace
是否快捷筛选当前用户加入的群组空间,默认 false;
@property (nonatomic, assign) BOOL withAllGroupSpaceDeclared In
QCloudSMHGetRecycleListRequest.h