CopyFile

class CopyFile(driveId: String, fileId: String, toDriveId: String? = null, toParentFileId: String, autoRename: Boolean? = null) : AliyunpanScope

复制文件或文件夹

Constructors

Link copied to clipboard
constructor(driveId: String, fileId: String, toDriveId: String? = null, toParentFileId: String, autoRename: Boolean? = 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?>