objectId
Requires a Node.js runtime ('qsu/node')Returns a random string hash of the ObjectId format (primarily utilized by MongoDB).
Parameters
No parameters required
Returns
string
String
str
Examples
javascript
objectId(); // e.g. '651372605b49507aea707488'dart
objectId(); // e.g. '651372605b49507aea707488'python
objectId() # e.g. '651372605b49507aea707488'