ResendVerificationEmailArg
open class ResendVerificationEmailArg : CustomStringConvertible
The ResendVerificationEmailArg struct
-
List of users and secondary emails to resend verification emails to.
Declaration
Swift
public let emailsToResend: Array<Team.UserSecondaryEmailsArg>
-
Declaration
Swift
open var description: String { get }