Announcement

constructor(announcementId: String, text: String, isPublished: Boolean, isAllDay: Boolean, createdAt: Instant, updatedAt: Instant, isRead: Boolean, reactions: List<AnnouncementReaction>, scheduledAt: Instant? = null, startsAt: Instant? = null, endsAt: Instant? = null)