jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
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.