Represents the result of an insert operation in the database, including whether the operation was acknowledged and the ID of the inserted document.

acknowledged
boolean

Indicates whether the insert operation was acknowledged by the database.

insertedId
string

The unique identifier of the inserted document.