CreateFile

class CreateFile(driveId: String, parentFileId: String, name: String, type: String, checkNameMode: String, partInfoList: String? = null, streamsInfo: String? = null, preHash: String? = null, size: Long? = null, contentHash: String? = null, contentHashName: String? = null, proofCode: String? = null, proofVersion: String? = null, localCreatedAt: String? = null, localModifiedAt: String? = null) : AliyunpanScope

创建文件

Constructors

Link copied to clipboard
constructor(driveId: String, parentFileId: String, name: String, type: String, checkNameMode: String, partInfoList: String? = null, streamsInfo: String? = null, preHash: String? = null, size: Long? = null, contentHash: String? = null, contentHashName: String? = null, proofCode: String? = null, proofVersion: String? = null, localCreatedAt: String? = null, localModifiedAt: String? = null)

Functions

Link copied to clipboard
open override fun getApi(): String
Link copied to clipboard
open override fun getHttpMethod(): String
Link copied to clipboard
open override fun getRequest(): Map<String, Any?>