VideoVO

fun VideoVO(    id: String?,     adConfig: AdConfig?,     associatedContent: VideoVO.AssociatedContent?,     contentConfig: VideoVO.ContentConfig?,     customFields: Map<String, *>?,     dummy: Boolean?,     embedConfig: VideoVO.EmbedConfig?,     hideInPlaylist: Boolean?,     imageResizerUrls: List<VideoVO.ImageResizer>?,     liveEventConfig: VideoVO.LiveEventConfig?,     metaConfig: VideoVO.MetaConfig?,     platform: String?,     playlistName: String?,     producerConfig: VideoVO.ProducerConfig?,     promoImage: VideoVO.PromoImage?,     sponsoredConfig: VideoVO.SponsoredConfig?,     subtitlesConfig: VideoVO.SubtitlesConfig?,     syncContentEnabled: Boolean?,     synchronizedToMethode: Boolean?,     truthTellerEnabled: Boolean?,     variantExclusions: List<String>?)