QCloudSMHRecentlyFileListInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHRecentlyFileListInfo.h
QCloudSMHRecentlyFileListInfo.m

  totalNum

总数

@property (nonatomic, assign) NSInteger totalNum

Declared In

QCloudSMHRecentlyFileListInfo.h

  nextMarker

字符串或整数,用于顺序列出分页的标识;

@property (nonatomic, strong) NSString *nextMarker

Declared In

QCloudSMHRecentlyFileListInfo.h

  contents

对象数组,目录或相簿内的具体内容

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

Declared In

QCloudSMHRecentlyFileListInfo.h