Object Id#

This class wraps the bson.ObjectId to provide a simplistic way to use native object id’s within Alaric.

ObjectId#

class alaric.types.ObjectId(object_id: str | ObjectId | bytes)#

A thin wrapper over bson.ObjectId for usage within Alaric

property object_id: str | ObjectId | bytes#