MoveFile

class MoveFile(driveId: String, fileId: String, toDriveId: String? = null, toParentFileId: String, checkNameMode: String? = null, newName: String? = null) : AliyunpanScope

移动文件或文件夹

Constructors

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