DraftEmailMessageMetadata
public struct DraftEmailMessageMetadata
Representation of a draft email message metadata object associated with a draft email message in Platform SDK.
-
Unique identifier of the draft email message.
Declaration
Swift
public var id: String -
Unique identifier of the email address associated with the draft email message.
Declaration
Swift
public var emailAddressId: String -
Time at which the draft was last updated
Declaration
Swift
public var updatedAt: Date -
Declaration
Swift
public init(id: String, emailAddressId: String, updatedAt: Date)
DraftEmailMessageMetadata Structure Reference