MPIdentityChange Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MPIdentityApi.h |
Overview
An object representing a single identity type that was changed for a given user. Part of the modify response object.
changedUser
The user whose identity changed.
@property (nonatomic, strong, readwrite, nonnull) MParticleUser *changedUserDiscussion
The user whose identity changed.
Declared In
MPIdentityApi.h
changedIdentity
The type of the identity that changed. (e.g. email, customer id, etc)
@property (nonatomic) MPIdentity changedIdentityDiscussion
The type of the identity that changed. (e.g. email, customer id, etc)
Declared In
MPIdentityApi.h