QCloudSMHListWorkBenchDynamicRequest Class Reference
Inherits from | QCloudSMHUserBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest |
---|---|
Declared in | QCloudSMHListWorkBenchDynamicRequest.h QCloudSMHListWorkBenchDynamicRequest.m |
actionTypeDetail
动态类型,多种类型用|分隔;当前支持类型如下: 多个类型 可以组合搜索,比如 QCloudSMHDynamicActionDetailDownload | QCloudSMHDynamicActionDetailPreview | QCloudSMHDynamicActionDetailDelete。 不指定 则搜索全部类型
@property (nonatomic, assign) QCloudSMHDynamicActionDetailType actionTypeDetail
Declared In
QCloudSMHListWorkBenchDynamicRequest.h
startTime
ndTime: 搜索时间范围,建议使用示例中的标准时间,与时区无关; “2021-08-01T04:40:01.000Z”
@property (nonatomic, copy) NSString *startTime
Declared In
QCloudSMHListWorkBenchDynamicRequest.h
endTime
ndTime: 搜索时间范围,建议使用示例中的标准时间,与时区无关;"2021-08-19T04:40:01.000Z"
@property (nonatomic, copy) NSString *endTime
Declared In
QCloudSMHListWorkBenchDynamicRequest.h