RFSDBBaseItem


@interface RFSDBBaseItem : NSObject

A base class for Person Database object

  • The object ID of Person Database object.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull itemId;
  • A free-form object containing extended attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSDictionary *_Nonnull metadata;
  • Creation date of Person Database object.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSDate *_Nonnull createdAt;
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE