BackupOptionsDto

@Serializable
data class BackupOptionsDto(val metadata: Boolean, val trickplay: Boolean, val subtitles: Boolean, val database: Boolean)

Defines the optional contents of the backup archive.

Constructors

Link copied to clipboard
constructor(metadata: Boolean, trickplay: Boolean, subtitles: Boolean, database: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "Database")
val database: Boolean

A value indicating whether the archive contains the Database contents.

Link copied to clipboard
@SerialName(value = "Metadata")
val metadata: Boolean

A value indicating whether the archive contains the Metadata contents.

Link copied to clipboard
@SerialName(value = "Subtitles")
val subtitles: Boolean

A value indicating whether the archive contains the Subtitle contents.

Link copied to clipboard
@SerialName(value = "Trickplay")
val trickplay: Boolean

A value indicating whether the archive contains the Trickplay contents.