DITUpdateResultInserted

@interface DITUpdateResultInserted : DITUpdateResult

An update result when the update result’s type is inserted.

  • The value that was inserted into the array.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) id value;