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