Mongo Db V2Linked Service Response
data class MongoDbV2LinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val database: Any, val description: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String)
Linked service for MongoDB data source.
Constructors
Link copied to clipboard
fun MongoDbV2LinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, database: Any, description: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String)