Directory

@Serializable
data class Directory(val name: String, val nestedDirectories: List<String>, val nestedFiles: List<File>)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(name: String, nestedDirectories: List<String>, nestedFiles: List<File>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Files that are directly nested under this directory.