GofileContent

sealed class GofileContent

See also

Types

Link copied to clipboard

File.

Link copied to clipboard
data class Folder(val isOwner: Boolean, val id: String, val name: String, val parentFolder: String, val code: String, val createTime: Long, val public: Boolean, val childs: List<String>, val totalDownloadCount: Int, val totalSize: Double, val contents: Map<String, GofileChildContent>) : GofileContent

Folder.

Properties

Link copied to clipboard
abstract val type: GofileContentType

Content type.

Inheritors

Link copied to clipboard
Link copied to clipboard