@jellyfin/sdk
    Preparing search index...

    Interface NewGroupRequestDto

    Class NewGroupRequestDto.

    NewGroupRequestDto

    interface NewGroupRequestDto {
        GroupName?: string;
    }
    Index

    Properties

    Properties

    GroupName?: string

    Gets or sets the group name.

    NewGroupRequestDto