ResendVerificationEmailArg
public class ResendVerificationEmailArg : CustomStringConvertible, JSONRepresentable
The ResendVerificationEmailArg struct
-
List of users and secondary emails to resend verification emails to.
Declaration
Swift
public let emailsToResend: [Team.UserSecondaryEmailsArg]
-
Declaration
Swift
public var description: String { get }