DeleteManualContactsArg
public class DeleteManualContactsArg : CustomStringConvertible, JSONRepresentable
The DeleteManualContactsArg struct
-
List of manually added contacts to be deleted.
Declaration
Swift
public let emailAddresses: [String]
-
Declaration
Swift
public var description: String { get }