Converts the object into a JSON representation
Map<String, dynamic> toJson() { return { 'link': link, 'messageId': messageId, 'scheduledDateTime': scheduledDateTime, 'title': title, }; }