UpdateMediaPathRequestDto

@Serializable
data class UpdateMediaPathRequestDto(val name: String, val pathInfo: MediaPathInfo)

Update library options dto.

Constructors

Link copied to clipboard
constructor(name: String, pathInfo: MediaPathInfo)

Properties

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

The library name.

Link copied to clipboard
@SerialName(value = "PathInfo")
val pathInfo: MediaPathInfo

Library folder path information.