jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
StartupRemoteAccessDto
Startup
Remote
Access
Dto
common
@
Serializable
data
class
StartupRemoteAccessDto
(
val
enableRemoteAccess
:
Boolean
)
Startup remote access dto.
Members
Constructors
Startup
Remote
Access
Dto
Link copied to clipboard
common
constructor
(
enableRemoteAccess
:
Boolean
)
Properties
enable
Remote
Access
Link copied to clipboard
common
@
SerialName
(
value
=
"EnableRemoteAccess"
)
val
enableRemoteAccess
:
Boolean
A value indicating whether enable remote access.