Promotion Spot
data class PromotionSpot(val onlyForNotificationCenter: Boolean, val onlyForFrontpage: Boolean, val requiresAuthentication: Boolean, val id: String, val backgroundColor: String?, val foregroundImage: String?, val backgroundImage: String?, val backgroundVideo: String?, val thumbnailImage: String?, val backgroundImageLandscape: String?, val backgroundVideoLandscape: String?, val link: String?, val externalLink: Boolean, val text: String?, val textColor: String?, val ctaText: String?)
Constructors
Link copied to clipboard
constructor(onlyForNotificationCenter: Boolean, onlyForFrontpage: Boolean, requiresAuthentication: Boolean, id: String, backgroundColor: String?, foregroundImage: String?, backgroundImage: String?, backgroundVideo: String?, thumbnailImage: String?, backgroundImageLandscape: String?, backgroundVideoLandscape: String?, link: String?, externalLink: Boolean, text: String?, textColor: String?, ctaText: String?)