toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
StartupUserDto
Startup
User
Dto
data
class
StartupUserDto
(
val
name
:
String
?
=
null
,
val
password
:
String
?
=
null
)
The startup user DTO.
Members
Constructors
Startup
User
Dto
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
password
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The username.
password
Link copied to clipboard
val
password
:
String
?
=
null
The user's password.