HttpServerLocationResponse

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
constructor(fileName: Any? = null, folderPath: Any? = null, relativeUrl: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileName: Any? = null

Specify the file name of dataset. Type: string (or Expression with resultType string).

Link copied to clipboard
val folderPath: Any? = null

Specify the folder path of dataset. Type: string (or Expression with resultType string)

Link copied to clipboard
val relativeUrl: Any? = null

Specify the relativeUrl of http server. Type: string (or Expression with resultType string)

Link copied to clipboard

Type of dataset storage location. Expected value is 'HttpServerLocation'.