UpdateVideoRecord

class UpdateVideoRecord(driveId: String, fileId: String, playCursor: String, duration: String? = null) : AliyunpanScope

更新播放进度

Constructors

Link copied to clipboard
constructor(driveId: String, fileId: String, playCursor: String, duration: 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?>