LiveEventConfig

@JsonClass(generateAdapter = true)
data class LiveEventConfig(    val closedCaptionsIngestionUrl: String?,     val displayDate: Long?,     val draft: Boolean?,     val redirectLink: VideoVO.LiveEventConfig.RedirectLink?,     val streamName: String?,     val streams: List<VideoVO.VideoStreamVO>?,     val uuid: String?,     val videoContentId: String?,     val youtubeEventId: String?,     val youtubeEventState: String?,     val youtubeStreamId: String?)

Constructors

Link copied to clipboard
fun LiveEventConfig(    closedCaptionsIngestionUrl: String?,     displayDate: Long?,     draft: Boolean?,     redirectLink: VideoVO.LiveEventConfig.RedirectLink?,     streamName: String?,     streams: List<VideoVO.VideoStreamVO>?,     uuid: String?,     videoContentId: String?,     youtubeEventId: String?,     youtubeEventState: String?,     youtubeStreamId: String?)

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RedirectLink(val title: String?, val url: String?)

Properties

Link copied to clipboard
val closedCaptionsIngestionUrl: String?
Link copied to clipboard
val displayDate: Long?
Link copied to clipboard
val draft: Boolean?
Link copied to clipboard
val redirectLink: VideoVO.LiveEventConfig.RedirectLink?
Link copied to clipboard
val streamName: String?
Link copied to clipboard
val streams: List<VideoVO.VideoStreamVO>?
Link copied to clipboard
val uuid: String?
Link copied to clipboard
val videoContentId: String?
Link copied to clipboard
val youtubeEventId: String?
Link copied to clipboard
val youtubeEventState: String?
Link copied to clipboard
val youtubeStreamId: String?