toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
MediaUpdateInfoPathDto
Media
Update
Info
Path
Dto
data
class
MediaUpdateInfoPathDto
(
val
path
:
String
?
=
null
,
val
updateType
:
String
?
=
null
)
The media update info path.
Members
Constructors
Media
Update
Info
Path
Dto
Link copied to clipboard
constructor
(
path
:
String
?
=
null
,
updateType
:
String
?
=
null
)
Properties
path
Link copied to clipboard
val
path
:
String
?
=
null
Media path.
update
Type
Link copied to clipboard
val
updateType
:
String
?
=
null
Gets or sets media update type. Created, Modified, Deleted.