Event
constructor(campaignId: String = "", label: List<FeedLabels> = emptyList(), feature: List<FeedFeatures> = emptyList(), startDate: Date? = null, endDate: Date? = null, startTime: String = "", endingTime: String = "", eventButtonName: String = "", headline: String = "", name: String, operationHours: TimeBar? = null, openingDate: String = "", showPartialOpeningHours: Boolean = true, entityStatus: Cms.EntityStatus = Cms.EntityStatus.OPEN, address: String = "", imageUrls: List<String> = mutableListOf(), id: Int = -1, placeholderImageUrl: Int = R.drawable.no_image_placeholder, hoursList: List<Hours>? = null, description: String)