DittoWriteTransactionResultRemoved

@objc
public class DittoWriteTransactionResultRemoved : NSObject, DittoWriteTransactionResultValueObjC

Represents the write transaction result that will be the value of a DittoWriteTransactionResultObjC when its type is removed and asRemoved is called on it.

  • The ID of the document that was updated.

    Declaration

    Swift

    @objc
    public let docID: String
  • The name of the collection that the document was inserted into.

    Declaration

    Swift

    @objc
    public let collectionName: String