QCloudSMHGetFileListByTagsRequest Class Reference

Inherits from QCloudSMHBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest
Declared in QCloudSMHGetFileListByTagsRequest.h
QCloudSMHGetFileListByTagsRequest.m

Overview

用于根据标签筛选文件

  queryModel

多标签查询方式,and:所有传入的标签都匹配时才返回(默认),or:任意标签匹配即返回,可选参数;

@property (nonatomic, assign) QCloudFileQueryModel queryModel

Declared In

QCloudSMHGetFileListByTagsRequest.h

  tagList

id: 标签 ID,必填; 注意:是从taglist接口中获取到的tagid value:标签值,可选,键值对标签才需要传;

@property (nonatomic, strong) NSArray<QCloudFileQueryTagModel*> *tagList

Declared In

QCloudSMHGetFileListByTagsRequest.h