Http Server Location Response
data class HttpServerLocationResponse(val fileName: Any? = null, val folderPath: Any? = null, val relativeUrl: Any? = null, val type: String)
The location of http server.
Constructors
Link copied to clipboard
fun HttpServerLocationResponse(fileName: Any? = null, folderPath: Any? = null, relativeUrl: Any? = null, type: String)