data class StorageFileInfo
(source)
(common)
<init> |
StorageFileInfo(contentType: String, fileName: String) |
(common)
contentType |
val contentType: String |
(common)
fileName |
val fileName: String |
(common)
generateCustomName |
fun generateCustomName(): String |