FileSystemEntryInfo

@Serializable
data class FileSystemEntryInfo(val name: String, val path: String, val type: FileSystemEntryType)

Class FileSystemEntryInfo.

Constructors

Link copied to clipboard
constructor(name: String, path: String, type: FileSystemEntryType)

Properties

Link copied to clipboard
@SerialName(value = "Name")
val name: String

The name.

Link copied to clipboard
@SerialName(value = "Path")
val path: String

The path.

Link copied to clipboard
@SerialName(value = "Type")
val type: FileSystemEntryType

The type.