toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ServerDiscoveryInfo
Server
Discovery
Info
data
class
ServerDiscoveryInfo
(
val
address
:
String
,
val
id
:
String
,
val
name
:
String
,
val
endpointAddress
:
String
?
=
null
)
The server discovery info model.
Members
Constructors
Server
Discovery
Info
Link copied to clipboard
constructor
(
address
:
String
,
id
:
String
,
name
:
String
,
endpointAddress
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
The address.
endpoint
Address
Link copied to clipboard
val
endpointAddress
:
String
?
=
null
The endpoint address.
id
Link copied to clipboard
val
id
:
String
The server identifier.
name
Link copied to clipboard
val
name
:
String
The name.