GlobalUnsubscribe
public struct GlobalUnsubscribe : EmailEventRepresentable, Codable
The GlobalUnsubscribe
struct represents an entry on the Global
Unsubscribe
suppression list.
-
The email address on the event.
Declaration
Swift
public let email: String
-
The date and time the event occurred on.
Declaration
Swift
public let created: Date
-
Initializes the event with all the required properties.
Declaration
Swift
public init(email: String, created: Date)
Parameters
email
The email address on the event.
created
The date and time the event occurred on.