Ssis Parameter Response
data class SsisParameterResponse(val dataType: String? = null, val defaultValue: String? = null, val description: String? = null, val designDefaultValue: String? = null, val id: Double? = null, val name: String? = null, val required: Boolean? = null, val sensitive: Boolean? = null, val sensitiveDefaultValue: String? = null, val valueSet: Boolean? = null, val valueType: String? = null, val variable: String? = null)
Ssis parameter.
Constructors
Link copied to clipboard
constructor(dataType: String? = null, defaultValue: String? = null, description: String? = null, designDefaultValue: String? = null, id: Double? = null, name: String? = null, required: Boolean? = null, sensitive: Boolean? = null, sensitiveDefaultValue: String? = null, valueSet: Boolean? = null, valueType: String? = null, variable: String? = null)