StreamMarkerVideo

@Serializable
data class StreamMarkerVideo(val videoId: String, val markers: List<StreamMarkerDetail> = emptyList())

Represents a video containing stream markers.

See also

Constructors

Link copied to clipboard
constructor(videoId: String, markers: List<StreamMarkerDetail> = emptyList())

Properties

Link copied to clipboard

the list of markers in this video. The list is in ascending order by when the marker was created.

Link copied to clipboard
@SerialName(value = "video_id")
val videoId: String

an ID that identifies this video.