toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
LiveTvServiceInfo
/
LiveTvServiceInfo
Live
Tv
Service
Info
constructor
(
name
:
String
?
=
null
,
homePageUrl
:
String
?
=
null
,
status
:
LiveTvServiceStatus
,
statusMessage
:
String
?
=
null
,
version
:
String
?
=
null
,
hasUpdateAvailable
:
Boolean
,
isVisible
:
Boolean
,
tuners
:
List
<
String
>
?
=
null
)