GofileContent

@Serializable(with = GofileContentSerializer::class)
sealed class GofileContent

See also

Inheritors

Types

Link copied to clipboard
data object File : GofileContent

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.