File

data class File(src: String, size: Int)

Properties

size
Link copied to clipboard
val size: Int

The size of the file in kilobytes

src
Link copied to clipboard
val src: String

The relative download URL, append to the base URL to get the full URL