AddSecondaryEmailsArg
public class AddSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
The AddSecondaryEmailsArg struct
-
List of users and secondary emails to add.
Declaration
Swift
public let newSecondaryEmails: [Team.UserSecondaryEmailsArg] -
Declaration
Swift
public var description: String { get }
View on GitHub
AddSecondaryEmailsArg Class Reference