BackupRestoreRequestDto

@Serializable
data class BackupRestoreRequestDto(val archiveFileName: String)

Defines properties used to start a restore process.

Constructors

Link copied to clipboard
constructor(archiveFileName: String)

Properties

Link copied to clipboard
@SerialName(value = "ArchiveFileName")
val archiveFileName: String

Or Sets the name of the backup archive to restore from. Must be present in MediaBrowser.Common.Configuration.IApplicationPaths.BackupPath.