FixedInputDataResponse

data class FixedInputDataResponse(val columns: Map<String, String>? = null, val dataContext: String? = null, val inputDataType: String, val jobInputType: String, val uri: String)

Fixed input data definition.

Constructors

Link copied to clipboard
constructor(columns: Map<String, String>? = null, dataContext: String? = null, inputDataType: String, jobInputType: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columns: Map<String, String>? = null

Mapping of column names to special uses.

Link copied to clipboard
val dataContext: String? = null

The context metadata of the data source.

Link copied to clipboard

Monitoring input data type enum. Expected value is 'Fixed'.

Link copied to clipboard

Required Specifies the type of job.

Link copied to clipboard
val uri: String

Required Input Asset URI.