GofileCreateFolderResponse

@Serializable
data class GofileCreateFolderResponse(val id: String, val type: GofileContentType, val name: String, val parentFolder: String, val createTime: Long, val childs: List<String>, val code: String)

See also

Constructors

Link copied to clipboard
constructor(id: String, type: GofileContentType, name: String, parentFolder: String, createTime: Long, childs: List<String>, code: String)

Properties

Link copied to clipboard

Files and folders the folder.

Link copied to clipboard

A code to open the folder.

Link copied to clipboard

Creation time.

Link copied to clipboard
val id: String

An id of the created folder.

Link copied to clipboard

A name of the created folder.

Link copied to clipboard

The parent folder id of the created folder.

Link copied to clipboard

Content type.