FileReferenceInputDataSourceResponse

data class FileReferenceInputDataSourceResponse(val path: String? = null, val type: String)

Describes a file input data source that contains reference data.

Constructors

Link copied to clipboard
constructor(path: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

The path of the file.

Link copied to clipboard

Indicates the type of input data source containing reference data. Required on PUT (CreateOrReplace) requests. Expected value is 'File'.