RFSPerson
@interface RFSPerson : RFSDBBaseItem
A Person Database object that represents Person.
-
Person name. Updatable field.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nonnull name;
-
Person update date.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSDate *_Nonnull updatedAt;
-
Array if Group IDs Person belongs to.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<NSString *> *_Nonnull groups;
-
A free-form object containing Person extended attributes. Updatable field.
Declaration
Objective-C
@property (nonatomic, strong) NSMutableDictionary *_Nonnull metadata;
-
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