@jellyfin/sdk
    Preparing search index...

    Interface GroupInfoDtoGroupUpdate

    Class GroupUpdate.

    GroupInfoDtoGroupUpdate

    interface GroupInfoDtoGroupUpdate {
        Data?: GroupInfoDto;
        GroupId?: string;
        Type?: GroupUpdateType;
    }
    Index

    Properties

    Properties

    GroupInfoDtoGroupUpdate

    GroupId?: string

    Gets the group identifier.

    GroupInfoDtoGroupUpdate

    GroupInfoDtoGroupUpdate