SecondaryEmails

API Object

  • The SecondaryEmail struct.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBSECONDARYEMAILSSecondaryEmail
        : NSObject <DBSerializable, NSCopying>

    Swift

    class DBSECONDARYEMAILSSecondaryEmail : NSObject, DBSerializable, NSCopying