GetStarredList

class GetStarredList(    driveId: String,     limit: Int? = null,     marker: String? = null,     orderBy: String? = null,     videoThumbnailTime: Long? = null,     videoThumbnailWidth: Long? = null,     imageThumbnailWidth: Long? = null,     orderDirection: String? = null,     type: String? = null) : AliyunpanScope

获取收藏文件列表

Constructors

Link copied to clipboard
constructor(    driveId: String,     limit: Int? = null,     marker: String? = null,     orderBy: String? = null,     videoThumbnailTime: Long? = null,     videoThumbnailWidth: Long? = null,     imageThumbnailWidth: Long? = null,     orderDirection: String? = null,     type: 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?>