DirectoryPathResponse

data class DirectoryPathResponse(val id: String, val physical: String? = null, val virtual: String? = null)

Second level entity for virtual directories.

Constructors

Link copied to clipboard
constructor(id: String, physical: String? = null, virtual: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard
val physical: String? = null

Gets or sets the physical path of the directory on the web server.

Link copied to clipboard
val virtual: String? = null

Gets or sets the virtual path for the directory.