PathSubstitution

@Serializable
data class PathSubstitution(val from: String, val to: String)

Defines the MediaBrowser.Model.Configuration.PathSubstitution.

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
@SerialName(value = "From")
val from: String

The value to substitute.

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

The value to substitution with.