@jellyfin/sdk
    Preparing search index...

    Interface StringGroupUpdate

    Class GroupUpdate.

    StringGroupUpdate

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

    Properties

    Properties

    Data?: string

    Gets the update data.

    StringGroupUpdate

    GroupId?: string

    Gets the group identifier.

    StringGroupUpdate

    StringGroupUpdate