VideoCategoryConfig

@JsonClass(generateAdapter = true)
data class VideoCategoryConfig(    val active: Boolean?,     val collectionPath: String?,     val commercialAdNode: String?,     val credits: VideoVO.CreditsVO?,     val defaultPlaylistLibrary: String?,     val description: String?,     val hashtag: String?,     val id: String?,     val keywords: List<String>?,     val methodeImageFilePath: String?,     val methodeVideoFilePath: String?,     val name: String?,     val primarySiteNode: String?,     val relatedLinks: VideoVO.RelatedLinks?,     val secondarySiteNode: String?,     val section: String?,     val sectionDisplayName: String?,     val sectionURL: String?,     val seriesConfig: VideoVO.SeriesConfig?,     val sponsoredVideo: Boolean?,     val subsection: String?,     val tags: List<String>?,     val types: List<String>?,     val videoAdZone: String?)

Constructors

Link copied to clipboard
fun VideoCategoryConfig(    active: Boolean?,     collectionPath: String?,     commercialAdNode: String?,     credits: VideoVO.CreditsVO?,     defaultPlaylistLibrary: String?,     description: String?,     hashtag: String?,     id: String?,     keywords: List<String>?,     methodeImageFilePath: String?,     methodeVideoFilePath: String?,     name: String?,     primarySiteNode: String?,     relatedLinks: VideoVO.RelatedLinks?,     secondarySiteNode: String?,     section: String?,     sectionDisplayName: String?,     sectionURL: String?,     seriesConfig: VideoVO.SeriesConfig?,     sponsoredVideo: Boolean?,     subsection: String?,     tags: List<String>?,     types: List<String>?,     videoAdZone: String?)

Properties

Link copied to clipboard
val active: Boolean?
Link copied to clipboard
val collectionPath: String?
Link copied to clipboard
val commercialAdNode: String?
Link copied to clipboard
val credits: VideoVO.CreditsVO?
Link copied to clipboard
val defaultPlaylistLibrary: String?
Link copied to clipboard
val description: String?
Link copied to clipboard
val hashtag: String?
Link copied to clipboard
val id: String?
Link copied to clipboard
val keywords: List<String>?
Link copied to clipboard
val methodeImageFilePath: String?
Link copied to clipboard
val methodeVideoFilePath: String?
Link copied to clipboard
val name: String?
Link copied to clipboard
val primarySiteNode: String?
Link copied to clipboard
val relatedLinks: VideoVO.RelatedLinks?
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 seriesConfig: VideoVO.SeriesConfig?
Link copied to clipboard
val sponsoredVideo: Boolean?
Link copied to clipboard
val subsection: String?
Link copied to clipboard
val tags: List<String>?
Link copied to clipboard
val types: List<String>?
Link copied to clipboard
val videoAdZone: String?