PromoItem

@JsonClass(generateAdapter = true)
data class PromoItem(val basic: PromoItem.PromoItemBasic?, val lead_art: PromoItem.PromoItemBasic?)

Lists of promotional content to use when highlighting the story. In the Arc ecosystem, references in these lists will be denormalized.

Constructors

Link copied to clipboard
fun PromoItem(basic: PromoItem.PromoItemBasic?, lead_art: PromoItem.PromoItemBasic?)

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class PromoItemBasic(    val _id: String?,     val address: Address?,     val alignment: String?,     val canonical_url: String?,     val caption: String?,     val channels: List<String>?,     val content: String?,     val copyright: String?,     val created_date: Date?,     val credits: Credits?,     val description: Description?,     val display_date: Date?,     val editor_note: String?,     val embed: Embed?,     val first_publish_date: Date?,     val geo: Geo?,     val headlines: Headline?,     val height: Int?,     val width: Int?,     val last_updated_date: Date?,     val language: String?,     val licensable: Boolean?,     val location: String?,     val owner: Owner?,     val publish_date: Date?,     val short_url: String?,     val status: String?,     val subheadlines: Headline?,     val subtitle: String?,     val subtype: String?,     val taxonomy: Taxonomy?,     val type: String?,     val url: String?,     val version: String?,     val promo_items: PromoItem?,     val additional_properties: Map<String, *>?,     val auth: Map<String, String>?)

Properties

Link copied to clipboard
val basic: PromoItem.PromoItemBasic?
Link copied to clipboard
val lead_art: PromoItem.PromoItemBasic?