QCloudSMHGetFileAuthorityRequest Class Reference

Inherits from QCloudSMHBaseRequest : QCloudHTTPRequest
Declared in QCloudSMHGetFileAuthorityRequest.h
QCloudSMHGetFileAuthorityRequest.m

Overview

查看文件共享权限列表

  dirPath

目录路径或相簿名,对于多级目录,使用斜杠(/)分隔,例如 foo/bar;对于根目录,该参数留空;

@property (nonatomic, strong) NSString *dirPath

Declared In

QCloudSMHGetFileAuthorityRequest.h

  dirLibraryId

文件的媒体库ID,必选参数;

@property (nonatomic, strong) NSString *dirLibraryId

Declared In

QCloudSMHGetFileAuthorityRequest.h

  dirSpaceId

文件的空间ID,必选参数;

@property (nonatomic, strong) NSString *dirSpaceId

Declared In

QCloudSMHGetFileAuthorityRequest.h

  userToken

用户访问令牌,必选参数;

@property (nonatomic, strong) NSString *userToken

Declared In

QCloudSMHGetFileAuthorityRequest.h

  organizationId

组织 ID,必选参数;

@property (nonatomic, strong) NSString *organizationId

Declared In

QCloudSMHGetFileAuthorityRequest.h