DeleteSecondaryEmailsArg
public class DeleteSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
The DeleteSecondaryEmailsArg struct
-
List of users and their secondary emails to delete.
Declaration
Swift
public let emailsToDelete: [Team.UserSecondaryEmailsArg]
-
Declaration
Swift
public var description: String { get }