DBTEAMResendVerificationEmailArg
Objective-C
@interface DBTEAMResendVerificationEmailArg
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMResendVerificationEmailArg : NSObject, DBSerializable, NSCopying
                The ResendVerificationEmailArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
List of users and secondary emails to resend verification emails to.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<DBTEAMUserSecondaryEmailsArg *> *_Nonnull emailsToResend;Swift
var emailsToResend: [DBTEAMUserSecondaryEmailsArg] { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithEmailsToResend: (nonnull NSArray<DBTEAMUserSecondaryEmailsArg *> *)emailsToResend;Swift
init(emailsToResend: [DBTEAMUserSecondaryEmailsArg])Parameters
emailsToResendList of users and secondary emails to resend verification emails to.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMResendVerificationEmailArg Class Reference