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
/
GuideInfo
Guide
Info
data
class
GuideInfo
(
val
startDate
:
DateTime
,
val
endDate
:
DateTime
)
Members
Constructors
Guide
Info
Link copied to clipboard
constructor
(
startDate
:
DateTime
,
endDate
:
DateTime
)
Properties
end
Date
Link copied to clipboard
val
endDate
:
DateTime
The end date.
start
Date
Link copied to clipboard
val
startDate
:
DateTime
The start date.