ListFilesParams
data class ListFilesParams(val fileType: FileType = FileType.ALL, val startPosition: Int? = null, val _startFileUrl: String? = null, val entryCount: Int, val maxThumbSize: Int = 0, val _detail: Boolean? = true, val _sort: SortOrder? = null, val _storage: Storage? = null)
list files request parameters
Constructors
Properties
Link copied to clipboard
First file to return to the list.
Link copied to clipboard
Number of files to acquire. If the number of existing files is smaller than the specified number of files, all available files are only acquired.
Link copied to clipboard
"640": Acquire thumbnail, "0": Do not acquire thumbnail
Link copied to clipboard
Position to start acquiring the file list.