TimerInfoDto

data class TimerInfoDto(val id: String? = null, val type: String? = null, val serverId: String? = null, val externalId: String? = null, val channelId: UUID? = null, val externalChannelId: String? = null, val channelName: String? = null, val channelPrimaryImageTag: String? = null, val programId: String? = null, val externalProgramId: String? = null, val name: String? = null, val overview: String? = null, val startDate: DateTime? = null, val endDate: DateTime? = null, val serviceName: String? = null, val priority: Int? = null, val prePaddingSeconds: Int? = null, val postPaddingSeconds: Int? = null, val isPrePaddingRequired: Boolean? = null, val parentBackdropItemId: String? = null, val parentBackdropImageTags: List<String>? = null, val isPostPaddingRequired: Boolean? = null, val keepUntil: KeepUntil? = null, val status: RecordingStatus? = null, val seriesTimerId: String? = null, val externalSeriesTimerId: String? = null, val runTimeTicks: Long? = null, val programInfo: BaseItemDto? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, type: String? = null, serverId: String? = null, externalId: String? = null, channelId: UUID? = null, externalChannelId: String? = null, channelName: String? = null, channelPrimaryImageTag: String? = null, programId: String? = null, externalProgramId: String? = null, name: String? = null, overview: String? = null, startDate: DateTime? = null, endDate: DateTime? = null, serviceName: String? = null, priority: Int? = null, prePaddingSeconds: Int? = null, postPaddingSeconds: Int? = null, isPrePaddingRequired: Boolean? = null, parentBackdropItemId: String? = null, parentBackdropImageTags: List<String>? = null, isPostPaddingRequired: Boolean? = null, keepUntil: KeepUntil? = null, status: RecordingStatus? = null, seriesTimerId: String? = null, externalSeriesTimerId: String? = null, runTimeTicks: Long? = null, programInfo: BaseItemDto? = null)

Properties

Link copied to clipboard
val channelId: UUID? = null

The channel id of the recording.

Link copied to clipboard
val channelName: String? = null

The channel name of the recording.

Link copied to clipboard
Link copied to clipboard
val endDate: DateTime? = null

The end date of the recording, in UTC.

Link copied to clipboard

The external channel identifier.

Link copied to clipboard
val externalId: String? = null

The external identifier.

Link copied to clipboard

The external program identifier.

Link copied to clipboard

The external series timer identifier.

Link copied to clipboard
val id: String? = null

The Id of the recording.

Link copied to clipboard

A value indicating whether this instance is post padding required.

Link copied to clipboard

A value indicating whether this instance is pre padding required.

Link copied to clipboard
val keepUntil: KeepUntil? = null
Link copied to clipboard
val name: String? = null

The name of the recording.

Link copied to clipboard
val overview: String? = null

The description of the recording.

Link copied to clipboard

The parent backdrop image tags.

Link copied to clipboard

The Id of the Parent that has a backdrop if the item does not have one.

Link copied to clipboard
val postPaddingSeconds: Int? = null

The post padding seconds.

Link copied to clipboard
val prePaddingSeconds: Int? = null

The pre padding seconds.

Link copied to clipboard
val priority: Int? = null

The priority.

Link copied to clipboard
val programId: String? = null

The program identifier.

Link copied to clipboard

The program information.

Link copied to clipboard
val runTimeTicks: Long? = null

The run time ticks.

Link copied to clipboard
val seriesTimerId: String? = null

The series timer identifier.

Link copied to clipboard
val serverId: String? = null

The server identifier.

Link copied to clipboard
val serviceName: String? = null

The name of the service.

Link copied to clipboard
val startDate: DateTime? = null

The start date of the recording, in UTC.

Link copied to clipboard
val status: RecordingStatus? = null

The status.

Link copied to clipboard
val type: String? = null