toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
MediaPathDto
Media
Path
Dto
data
class
MediaPathDto
(
val
name
:
String
,
val
path
:
String
?
=
null
,
val
pathInfo
:
MediaPathInfo
?
=
null
)
Media Path dto.
Members
Constructors
Media
Path
Dto
Link copied to clipboard
constructor
(
name
:
String
,
path
:
String
?
=
null
,
pathInfo
:
MediaPathInfo
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the library.
path
Link copied to clipboard
val
path
:
String
?
=
null
The path to add.
path
Info
Link copied to clipboard
val
pathInfo
:
MediaPathInfo
?
=
null
The path info.