Mongo Db Cursor Methods Properties Response
data class MongoDbCursorMethodsPropertiesResponse(val limit: Any? = null, val project: Any? = null, val skip: Any? = null, val sort: Any? = null)
Cursor methods for Mongodb query
Constructors
Link copied to clipboard
fun MongoDbCursorMethodsPropertiesResponse(limit: Any? = null, project: Any? = null, skip: Any? = null, sort: Any? = null)