toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
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.