MetaConfig

@JsonClass(generateAdapter = true)
data class MetaConfig(    val distributor: VideoVO.MetaConfig.Distributor?,     val editor: VideoVO.MetaConfig.Editor?,     val ideology: String?,     val keywords: List<String>?,     val order: Int?,     val playlists: List<String>?,     val primarySiteNode: String?,     val secondarySiteNode: String?,     val section: String?,     val sectionDisplayName: String?,     val sectionURL: String?,     val sentiment: String?,     val subsection: String?,     val tags: List<String>?,     val topic: VideoVO.MetaConfig.Topic?)

Constructors

Link copied to clipboard
fun MetaConfig(    distributor: VideoVO.MetaConfig.Distributor?,     editor: VideoVO.MetaConfig.Editor?,     ideology: String?,     keywords: List<String>?,     order: Int?,     playlists: List<String>?,     primarySiteNode: String?,     secondarySiteNode: String?,     section: String?,     sectionDisplayName: String?,     sectionURL: String?,     sentiment: String?,     subsection: String?,     tags: List<String>?,     topic: VideoVO.MetaConfig.Topic?)

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Distributor(    val additionalProperties: Map<String, *>?,     val category: String?,     val name: String?,     val subcategory: String?)
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Editor(    val email: String?,     val lastname: String?,     val name: String?)
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Topic(    val apiMethod: String?,     val apiParams: List<Any>?,     val collectionPath: String?,     val id: String?,     val menuVisible: Boolean?,     val name: String?,     val order: Int?,     val priority: Boolean?,     val subsection: String?,     val url: String?)

Properties

Link copied to clipboard
val distributor: VideoVO.MetaConfig.Distributor?
Link copied to clipboard
val editor: VideoVO.MetaConfig.Editor?
Link copied to clipboard
val ideology: String?
Link copied to clipboard
val keywords: List<String>?
Link copied to clipboard
val order: Int?
Link copied to clipboard
val playlists: List<String>?
Link copied to clipboard
val primarySiteNode: String?
Link copied to clipboard
val secondarySiteNode: String?
Link copied to clipboard
val section: String?
Link copied to clipboard
val sectionDisplayName: String?
Link copied to clipboard
val sectionURL: String?
Link copied to clipboard
val sentiment: String?
Link copied to clipboard
val subsection: String?
Link copied to clipboard
val tags: List<String>?
Link copied to clipboard
val topic: VideoVO.MetaConfig.Topic?