SegmentReference

@Serializable
data class SegmentReference(val service: ResourceReference, val index: Int)

Reference to a segment that is a member of an entertainment channel.

Constructors

Link copied to clipboard
constructor(service: ResourceReference, index: Int)

Properties

Link copied to clipboard
val index: Int

Index of the segment within the entertainment service.

Link copied to clipboard

Reference to the entertainment service containing the segment.