Custom Data Source Linked Service Response
data class CustomDataSourceLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null)
Custom linked service.
Constructors
Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null)