UpdateOptions.writeConcern

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

struct UpdateOptions
Nullable!WriteConcern writeConcern;

Meta