Integration Runtime Ssis Properties Response
data class IntegrationRuntimeSsisPropertiesResponse(val catalogInfo: IntegrationRuntimeSsisCatalogInfoResponse? = null, val customSetupScriptProperties: IntegrationRuntimeCustomSetupScriptPropertiesResponse? = null, val dataProxyProperties: IntegrationRuntimeDataProxyPropertiesResponse? = null, val edition: String? = null, val expressCustomSetupProperties: List<Any>? = null, val licenseType: String? = null)
SSIS properties for managed integration runtime.
Constructors
Link copied to clipboard
fun IntegrationRuntimeSsisPropertiesResponse(catalogInfo: IntegrationRuntimeSsisCatalogInfoResponse? = null, customSetupScriptProperties: IntegrationRuntimeCustomSetupScriptPropertiesResponse? = null, dataProxyProperties: IntegrationRuntimeDataProxyPropertiesResponse? = null, edition: String? = null, expressCustomSetupProperties: List<Any>? = null, licenseType: String? = null)