ScheduleEntry

The properties for a schedule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The approximate duration of this program, in seconds.

Link copied to clipboard

The approximate time that the program will start playing.

Link copied to clipboard
val arn: String

The ARN of the program.

Link copied to clipboard

The list of audiences defined in ScheduleEntry.

Link copied to clipboard

The name of the channel that uses this schedule.

Link copied to clipboard

The name of the live source used for the program.

Link copied to clipboard

The name of the program.

Link copied to clipboard

The schedule's ad break properties.

Link copied to clipboard

The type of schedule entry.

Link copied to clipboard

The name of the source location.

Link copied to clipboard

The name of the VOD source.

Functions

Link copied to clipboard
inline fun copy(block: ScheduleEntry.Builder.() -> Unit = {}): ScheduleEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String