Event
data class Event(val campaignId: String = "", val label: List<FeedLabels> = emptyList(), val feature: List<FeedFeatures> = emptyList(), val startDate: Date? = null, val endDate: Date? = null, val startTime: String = "", val endingTime: String = "", val eventButtonName: String = "", val headline: String = "", val name: String, val operationHours: TimeBar? = null, val openingDate: String = "", val showPartialOpeningHours: Boolean = true, val entityStatus: Cms.EntityStatus = Cms.EntityStatus.OPEN, val address: String = "", val imageUrls: List<String> = mutableListOf(), val id: Int = -1, val placeholderImageUrl: Int = R.drawable.no_image_placeholder, val hoursList: List<Hours>? = null, val description: String) : PoiView
Constructors
Link copied to clipboard
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)