toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
RepositoryInfo
Repository
Info
data
class
RepositoryInfo
(
val
name
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
enabled
:
Boolean
)
Class RepositoryInfo.
Members
Constructors
Repository
Info
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
url
:
String
?
=
null
,
enabled
:
Boolean
)
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
A value indicating whether the repository is enabled.
name
Link copied to clipboard
val
name
:
String
?
=
null
The name.
url
Link copied to clipboard
val
url
:
String
?
=
null
The URL.