Mongo Db Atlas Collection Dataset Response
data class MongoDbAtlasCollectionDatasetResponse(val annotations: List<Any>? = null, val collection: Any, val description: String? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val parameters: Map<String, ParameterSpecificationResponse>? = null, val schema: Any? = null, val structure: Any? = null, val type: String)
The MongoDB Atlas database dataset.
Constructors
Link copied to clipboard
fun MongoDbAtlasCollectionDatasetResponse(annotations: List<Any>? = null, collection: Any, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, type: String)