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
/
NewGroupRequestDto
New
Group
Request
Dto
common
@
Serializable
data
class
NewGroupRequestDto
(
val
groupName
:
String
)
Class NewGroupRequestDto.
Members
Constructors
New
Group
Request
Dto
Link copied to clipboard
common
constructor
(
groupName
:
String
)
Properties
group
Name
Link copied to clipboard
common
@
SerialName
(
value
=
"GroupName"
)
val
groupName
:
String
The group name.