DeleteOptions.writeConcern

A document that expresses the write concern of the insert command. Omit to use the default write concern.

struct DeleteOptions
@embedNullable
Nullable!WriteConcern writeConcern;

Meta