UpdatedEmailMessageSuccess

public struct UpdatedEmailMessageSuccess

The result of a successful email message update

  • id

    The unique identifier of the email message

    Declaration

    Swift

    public let id: String
  • The date the message was created

    Declaration

    Swift

    public let createdAt: Date
  • The date the message was updated

    Declaration

    Swift

    public let updatedAt: Date