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
emailThe email address on the event.
createdThe date and time the event occurred on.
View on GitHub
GlobalUnsubscribe Structure Reference